#2b5dac

Color #2B5DAC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2B5DAC

Tints of Cerulean Blue #2B5DAC

Color information

#2B5DAC (or 0x2B5DAC) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5D and AC. RGB value is (43,93,172). Sum of RGB (Red+Green+Blue) = 43+93+172=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B5DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5DAC is #D4A253. Grayscale: #565656. Windows color (decimal): -13935188 or 11296043. OLE color: 11296043.

HSL color Cylindrical-coordinate representation of color #2B5DAC: hue angle of 216.74º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5DAC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4393172-
CMYK0.750.4600.33
HSL216.74º60%42.16%-
HSV(B)216.74º75%67.45%-
XYZ12.3611.3240.56-
YUV87.06175.9496.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 172 (67.58% from 255) = 55.84%
R=13.96%
G=30.19%
B=55.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43931720.750.4600.33216.746042.16
Hex2B5DAC4B2E021d93c2a
Octal53135254113560413317452
Binary1010111011101101011001001011101110010000111011001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b5dac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b5dac; }

 p { color: rgb(43,93,172); }

 H1.HeaderClassName
 {
   color: #2b5dac;
 }
 .AnyTagClassName
 {
   color: #2b5dac;
 }
</style>
background-color css

<style>
 a { background-color: #2b5dac; }

 a { background-color: rgb(43,93,172); }

 div.DivClassName
 {
   background-color: #2b5dac;
 }
 .BgClassName
 {
   background-color: #2b5dac;
 }
</style>
border-color css

<style>
 span { border-color: #2b5dac; }

 span { border-color: rgb(43,93,172); }

 td.TdClassName
 {
   border-color: #2b5dac;
 }
 .TagClassName
 {
   border-color: #2b5dac;
 }
</style>