Html Css Color HEX #2B4CAF Cerulean Blue

📋 copy color: '#2B4CAF'

red 43 ◦ green 76 ◦ blue 175

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

Shades of Cerulean Blue #2B4CAF

Tints of Cerulean Blue #2B4CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

 BLUE value IS 175 (68.75% from 255) = 59.52%

R = 14.63%
G = 25.85%
B = 59.52%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2B4CAF (or 0x2B4CAF) is known color: Cerulean Blue. HEX triplet: 2B, 4C and AF. RGB value is (43,76,175). Sum of RGB (Red+Green+Blue) = 43+76+175=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B4CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4CAF is #D4B350. Grayscale: #4C4C4C. Windows color (decimal): -13939537 or 11488299. OLE color: 11488299.

HSL color Cylindrical-coordinate representation of color #2B4CAF: hue angle of 225º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4CAF is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 76 175 -
CMYK 0.75 0.57 0 0.31
HSL 225º 0.61% 0.43% -
HSV(B) 225º 0.75% 0.69% -
XYZ 11.32 8.78 41.66 -
YUV 77.42 183.07 103.45 -
System Red Green Blue C M Y K H S L
Decimal 43 76 175 0.75 0.57 0 0.31 225 0.61 0.43
Hex 2B 4C AF 4B 39 0 1F E1 3D 2B
Octal 53 114 257 113 71 0 37 341 75 53
Binary 101011 1001100 10101111 1001011 111001 0 11111 11100001 111101 101011

Color Harmonies of #2B4CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4CAF

Black with #2B4CAF

Text Example


Text Example

White with #2B4CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,76,175); }

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

background-color css

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

 a { background-color: rgb(43,76,175); }

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

border-color css

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

 span { border-color: rgb(43,76,175); }

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