Html Css Color HEX #2F4EAC Cerulean Blue

📋 copy color: '#2F4EAC'

red 47 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #2F4EAC

Tints of Cerulean Blue #2F4EAC

RGB

 RED value IS 47 (18.75% from 255) = 15.82%

 GREEN value IS 78 (30.86% from 255) = 26.26%

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 15.82%
G = 26.26%
B = 57.91%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F4EAC (or 0x2F4EAC) is known color: Cerulean Blue. HEX triplet: 2F, 4E and AC. RGB value is (47,78,172). Sum of RGB (Red+Green+Blue) = 47+78+172=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F4EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4EAC is #D0B153. Grayscale: #4F4F4F. Windows color (decimal): -13676884 or 11292207. OLE color: 11292207.

HSL color Cylindrical-coordinate representation of color #2F4EAC: hue angle of 225.12º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4EAC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 78 172 -
CMYK 0.73 0.55 0 0.33
HSL 225.12º 0.57% 0.43% -
HSV(B) 225.12º 0.73% 0.67% -
XYZ 11.34 9.03 40.18 -
YUV 79.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 47 78 172 0.73 0.55 0 0.33 225.12 0.57 0.43
Hex 2F 4E AC 49 37 0 21 E1 39 2B
Octal 57 116 254 111 67 0 41 341 71 53
Binary 101111 1001110 10101100 1001001 110111 0 100001 11100001 111001 101011

Color Harmonies of #2F4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4EAC

Black with #2F4EAC

Text Example


Text Example

White with #2F4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,78,172); }

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

background-color css

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

 a { background-color: rgb(47,78,172); }

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

border-color css

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

 span { border-color: rgb(47,78,172); }

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