Html Css Color HEX #2F45AA Cerulean Blue

📋 copy color: '#2F45AA'

red 47 ◦ green 69 ◦ blue 170

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

Shades of Cerulean Blue #2F45AA

Tints of Cerulean Blue #2F45AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

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

R = 16.43%
G = 24.13%
B = 59.44%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F45AA (or 0x2F45AA) is known color: Cerulean Blue. HEX triplet: 2F, 45 and AA. RGB value is (47,69,170). Sum of RGB (Red+Green+Blue) = 47+69+170=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F45AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F45AA is #D0BA55. Grayscale: #494949. Windows color (decimal): -13679190 or 11158831. OLE color: 11158831.

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

Color convert

RGB 47 69 170 -
CMYK 0.72 0.59 0 0.33
HSL 229.27º 0.57% 0.43% -
HSV(B) 229.27º 0.72% 0.67% -
XYZ 10.56 7.76 38.97 -
YUV 73.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 47 69 170 0.72 0.59 0 0.33 229.27 0.57 0.43
Hex 2F 45 AA 48 3B 0 21 E5 39 2B
Octal 57 105 252 110 73 0 41 345 71 53
Binary 101111 1000101 10101010 1001000 111011 0 100001 11100101 111001 101011

Color Harmonies of #2F45AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F45AA

Black with #2F45AA

Text Example


Text Example

White with #2F45AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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