Html Css Color HEX #2F4CAC Cerulean Blue

📋 copy color: '#2F4CAC'

red 47 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #2F4CAC

Tints of Cerulean Blue #2F4CAC

RGB

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

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

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

R = 15.93%
G = 25.76%
B = 58.31%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F4CAC (or 0x2F4CAC) is known color: Cerulean Blue. HEX triplet: 2F, 4C and AC. RGB value is (47,76,172). Sum of RGB (Red+Green+Blue) = 47+76+172=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F4CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4CAC is #D0B353. Grayscale: #4D4D4D. Windows color (decimal): -13677396 or 11291695. OLE color: 11291695.

HSL color Cylindrical-coordinate representation of color #2F4CAC: hue angle of 226.08º 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 #2F4CAC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 76 172 -
CMYK 0.73 0.56 0 0.33
HSL 226.08º 0.57% 0.43% -
HSV(B) 226.08º 0.73% 0.67% -
XYZ 11.2 8.75 40.13 -
YUV 78.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 47 76 172 0.73 0.56 0 0.33 226.08 0.57 0.43
Hex 2F 4C AC 49 38 0 21 E2 39 2B
Octal 57 114 254 111 70 0 41 342 71 53
Binary 101111 1001100 10101100 1001001 111000 0 100001 11100010 111001 101011

Color Harmonies of #2F4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4CAC

Black with #2F4CAC

Text Example


Text Example

White with #2F4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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