Html Css Color HEX #2F43AB Cerulean Blue

📋 copy color: '#2F43AB'

red 47 ◦ green 67 ◦ blue 171

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

Shades of Cerulean Blue #2F43AB

Tints of Cerulean Blue #2F43AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60%

R = 16.49%
G = 23.51%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F43AB (or 0x2F43AB) is known color: Cerulean Blue. HEX triplet: 2F, 43 and AB. RGB value is (47,67,171). Sum of RGB (Red+Green+Blue) = 47+67+171=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F43AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F43AB is #D0BC54. Grayscale: #484848. Windows color (decimal): -13679701 or 11223855. OLE color: 11223855.

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

Color convert

RGB 47 67 171 -
CMYK 0.73 0.61 0 0.33
HSL 230.32º 0.57% 0.43% -
HSV(B) 230.32º 0.73% 0.67% -
XYZ 10.53 7.56 39.43 -
YUV 72.88 183.37 109.54 -
System Red Green Blue C M Y K H S L
Decimal 47 67 171 0.73 0.61 0 0.33 230.32 0.57 0.43
Hex 2F 43 AB 49 3D 0 21 E6 39 2B
Octal 57 103 253 111 75 0 41 346 71 53
Binary 101111 1000011 10101011 1001001 111101 0 100001 11100110 111001 101011

Color Harmonies of #2F43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F43AB

Black with #2F43AB

Text Example


Text Example

White with #2F43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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