Html Css Color HEX #2F4BAE Cerulean Blue

📋 copy color: '#2F4BAE'

red 47 ◦ green 75 ◦ blue 174

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

Shades of Cerulean Blue #2F4BAE

Tints of Cerulean Blue #2F4BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.78%

R = 15.88%
G = 25.34%
B = 58.78%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F4BAE (or 0x2F4BAE) is known color: Cerulean Blue. HEX triplet: 2F, 4B and AE. RGB value is (47,75,174). Sum of RGB (Red+Green+Blue) = 47+75+174=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F4BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4BAE is #D0B451. Grayscale: #4D4D4D. Windows color (decimal): -13677650 or 11422511. OLE color: 11422511.

HSL color Cylindrical-coordinate representation of color #2F4BAE: hue angle of 226.77º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4BAE is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 75 174 -
CMYK 0.73 0.57 0 0.32
HSL 226.77º 0.57% 0.43% -
HSV(B) 226.77º 0.73% 0.68% -
XYZ 11.33 8.69 41.13 -
YUV 77.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 47 75 174 0.73 0.57 0 0.32 226.77 0.57 0.43
Hex 2F 4B AE 49 39 0 20 E3 39 2B
Octal 57 113 256 111 71 0 40 343 71 53
Binary 101111 1001011 10101110 1001001 111001 0 100000 11100011 111001 101011

Color Harmonies of #2F4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4BAE

Black with #2F4BAE

Text Example


Text Example

White with #2F4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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