Html Css Color HEX #2F4AAA Cerulean Blue

📋 copy color: '#2F4AAA'

red 47 ◦ green 74 ◦ blue 170

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

Shades of Cerulean Blue #2F4AAA

Tints of Cerulean Blue #2F4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.43%

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 16.15%
G = 25.43%
B = 58.42%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F4AAA (or 0x2F4AAA) is known color: Cerulean Blue. HEX triplet: 2F, 4A and AA. RGB value is (47,74,170). Sum of RGB (Red+Green+Blue) = 47+74+170=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4AAA is #D0B555. Grayscale: #4C4C4C. Windows color (decimal): -13677910 or 11160111. OLE color: 11160111.

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

Color convert

RGB 47 74 170 -
CMYK 0.72 0.56 0 0.33
HSL 226.83º 0.57% 0.43% -
HSV(B) 226.83º 0.72% 0.67% -
XYZ 10.88 8.4 39.08 -
YUV 76.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 47 74 170 0.72 0.56 0 0.33 226.83 0.57 0.43
Hex 2F 4A AA 48 38 0 21 E3 39 2B
Octal 57 112 252 110 70 0 41 343 71 53
Binary 101111 1001010 10101010 1001000 111000 0 100001 11100011 111001 101011

Color Harmonies of #2F4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4AAA

Black with #2F4AAA

Text Example


Text Example

White with #2F4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,74,170); }

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

background-color css

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

 a { background-color: rgb(47,74,170); }

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

border-color css

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

 span { border-color: rgb(47,74,170); }

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