Html Css Color HEX #2F43AA Cerulean Blue

📋 copy color: '#2F43AA'

red 47 ◦ green 67 ◦ blue 170

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

Shades of Cerulean Blue #2F43AA

Tints of Cerulean Blue #2F43AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 16.55%
G = 23.59%
B = 59.86%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F43AA (or 0x2F43AA) is known color: Cerulean Blue. HEX triplet: 2F, 43 and AA. RGB value is (47,67,170). Sum of RGB (Red+Green+Blue) = 47+67+170=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F43AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F43AA is #D0BC55. Grayscale: #484848. Windows color (decimal): -13679702 or 11158319. OLE color: 11158319.

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

Color convert

RGB 47 67 170 -
CMYK 0.72 0.61 0 0.33
HSL 230.24º 0.57% 0.43% -
HSV(B) 230.24º 0.72% 0.67% -
XYZ 10.44 7.52 38.93 -
YUV 72.76 182.87 109.62 -
System Red Green Blue C M Y K H S L
Decimal 47 67 170 0.72 0.61 0 0.33 230.24 0.57 0.43
Hex 2F 43 AA 48 3D 0 21 E6 39 2B
Octal 57 103 252 110 75 0 41 346 71 53
Binary 101111 1000011 10101010 1001000 111101 0 100001 11100110 111001 101011

Color Harmonies of #2F43AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F43AA

Black with #2F43AA

Text Example


Text Example

White with #2F43AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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