Html Css Color HEX #2F44AA Cerulean Blue

📋 copy color: '#2F44AA'

red 47 ◦ green 68 ◦ blue 170

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

Shades of Cerulean Blue #2F44AA

Tints of Cerulean Blue #2F44AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 16.49%
G = 23.86%
B = 59.65%

CMYK

 C value IS 0.72

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F44AA (or 0x2F44AA) is known color: Cerulean Blue. HEX triplet: 2F, 44 and AA. RGB value is (47,68,170). Sum of RGB (Red+Green+Blue) = 47+68+170=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F44AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F44AA is #D0BB55. Grayscale: #484848. Windows color (decimal): -13679446 or 11158575. OLE color: 11158575.

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

Color convert

RGB 47 68 170 -
CMYK 0.72 0.6 0 0.33
HSL 229.76º 0.57% 0.43% -
HSV(B) 229.76º 0.72% 0.67% -
XYZ 10.5 7.64 38.95 -
YUV 73.35 182.54 109.21 -
System Red Green Blue C M Y K H S L
Decimal 47 68 170 0.72 0.6 0 0.33 229.76 0.57 0.43
Hex 2F 44 AA 48 3C 0 21 E6 39 2B
Octal 57 104 252 110 74 0 41 346 71 53
Binary 101111 1000100 10101010 1001000 111100 0 100001 11100110 111001 101011

Color Harmonies of #2F44AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F44AA

Black with #2F44AA

Text Example


Text Example

White with #2F44AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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