Html Css Color HEX #2B5DAE Cerulean Blue

📋 copy color: '#2B5DAE'

red 43 ◦ green 93 ◦ blue 174

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

Shades of Cerulean Blue #2B5DAE

Tints of Cerulean Blue #2B5DAE

RGB

 RED value IS 43 (17.19% from 255) = 13.87%

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 13.87%
G = 30%
B = 56.13%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B5DAE (or 0x2B5DAE) is known color: Cerulean Blue. HEX triplet: 2B, 5D and AE. RGB value is (43,93,174). Sum of RGB (Red+Green+Blue) = 43+93+174=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5DAE is #D4A251. Grayscale: #565656. Windows color (decimal): -13935186 or 11427115. OLE color: 11427115.

HSL color Cylindrical-coordinate representation of color #2B5DAE: hue angle of 217.1º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5DAE is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 93 174 -
CMYK 0.75 0.47 0 0.32
HSL 217.1º 0.6% 0.43% -
HSV(B) 217.1º 0.75% 0.68% -
XYZ 12.55 11.4 41.58 -
YUV 87.28 176.94 96.41 -
System Red Green Blue C M Y K H S L
Decimal 43 93 174 0.75 0.47 0 0.32 217.1 0.6 0.43
Hex 2B 5D AE 4B 2F 0 20 D9 3C 2B
Octal 53 135 256 113 57 0 40 331 74 53
Binary 101011 1011101 10101110 1001011 101111 0 100000 11011001 111100 101011

Color Harmonies of #2B5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5DAE

Black with #2B5DAE

Text Example


Text Example

White with #2B5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B5DAE;
 }
 .AnyTagClassName
 {
   color: #2B5DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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