Html Css Color HEX #2F4BAB Cerulean Blue

📋 copy color: '#2F4BAB'

red 47 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #2F4BAB

Tints of Cerulean Blue #2F4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 16.04%
G = 25.6%
B = 58.36%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F4BAB (or 0x2F4BAB) is known color: Cerulean Blue. HEX triplet: 2F, 4B and AB. RGB value is (47,75,171). Sum of RGB (Red+Green+Blue) = 47+75+171=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4BAB is #D0B454. Grayscale: #4D4D4D. Windows color (decimal): -13677653 or 11225903. OLE color: 11225903.

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

Color convert

RGB 47 75 171 -
CMYK 0.73 0.56 0 0.33
HSL 226.45º 0.57% 0.43% -
HSV(B) 226.45º 0.73% 0.67% -
XYZ 11.04 8.58 39.6 -
YUV 77.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 47 75 171 0.73 0.56 0 0.33 226.45 0.57 0.43
Hex 2F 4B AB 49 38 0 21 E2 39 2B
Octal 57 113 253 111 70 0 41 342 71 53
Binary 101111 1001011 10101011 1001001 111000 0 100001 11100010 111001 101011

Color Harmonies of #2F4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4BAB

Black with #2F4BAB

Text Example


Text Example

White with #2F4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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