Html Css Color HEX #2F51AF Cerulean Blue

📋 copy color: '#2F51AF'

red 47 ◦ green 81 ◦ blue 175

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

Shades of Cerulean Blue #2F51AF

Tints of Cerulean Blue #2F51AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

 BLUE value IS 175 (68.75% from 255) = 57.76%

R = 15.51%
G = 26.73%
B = 57.76%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2F51AF (or 0x2F51AF) is known color: Cerulean Blue. HEX triplet: 2F, 51 and AF. RGB value is (47,81,175). Sum of RGB (Red+Green+Blue) = 47+81+175=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F51AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F51AF is #D0AE50. Grayscale: #515151. Windows color (decimal): -13676113 or 11489583. OLE color: 11489583.

HSL color Cylindrical-coordinate representation of color #2F51AF: hue angle of 224.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F51AF is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 81 175 -
CMYK 0.73 0.54 0 0.31
HSL 224.06º 0.58% 0.44% -
HSV(B) 224.06º 0.73% 0.69% -
XYZ 11.85 9.58 41.78 -
YUV 81.55 180.74 103.36 -
System Red Green Blue C M Y K H S L
Decimal 47 81 175 0.73 0.54 0 0.31 224.06 0.58 0.44
Hex 2F 51 AF 49 36 0 1F E0 3A 2C
Octal 57 121 257 111 66 0 37 340 72 54
Binary 101111 1010001 10101111 1001001 110110 0 11111 11100000 111010 101100

Color Harmonies of #2F51AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F51AF

Black with #2F51AF

Text Example


Text Example

White with #2F51AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,175); }

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

background-color css

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

 a { background-color: rgb(47,81,175); }

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

border-color css

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

 span { border-color: rgb(47,81,175); }

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