Html Css Color HEX #2B5DAC Cerulean Blue

📋 copy color: '#2B5DAC'

red 43 ◦ green 93 ◦ blue 172

#2B5DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2B5DAC

Tints of Cerulean Blue #2B5DAC

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 value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B5DAC (or 0x2B5DAC) is known color: 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

RGB 43 93 172 -
CMYK 0.75 0.46 0 0.33
HSL 216.74º 0.6% 0.42% -
HSV(B) 216.74º 0.75% 0.67% -
XYZ 12.36 11.32 40.56 -
YUV 87.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 43 93 172 0.75 0.46 0 0.33 216.74 0.6 0.42
Hex 2B 5D AC 4B 2E 0 21 D9 3C 2A
Octal 53 135 254 113 56 0 41 331 74 52
Binary 101011 1011101 10101100 1001011 101110 0 100001 11011001 111100 101010

Color Harmonies of #2B5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5DAC

Black with #2B5DAC

Text Example


Text Example

White with #2B5DAC

Text Example


Text Example

HTML Codes & Css Web 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>