Html Css Color HEX #3051AF Cerulean Blue

📋 copy color: '#3051AF'

red 48 ◦ green 81 ◦ blue 175

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

Shades of Cerulean Blue #3051AF

Tints of Cerulean Blue #3051AF

RGB

 RED value IS 48 (19.14% from 255) = 15.79%

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

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

R = 15.79%
G = 26.64%
B = 57.57%

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

#3051AF (or 0x3051AF) is known color: Cerulean Blue. HEX triplet: 30, 51 and AF. RGB value is (48,81,175). Sum of RGB (Red+Green+Blue) = 48+81+175=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #3051AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3051AF is #CFAE50. Grayscale: #515151. Windows color (decimal): -13610577 or 11489584. OLE color: 11489584.

HSL color Cylindrical-coordinate representation of color #3051AF: hue angle of 224.41º degrees, saturation: 0.57, 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 #3051AF is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 81 175 -
CMYK 0.73 0.54 0 0.31
HSL 224.41º 0.57% 0.44% -
HSV(B) 224.41º 0.73% 0.69% -
XYZ 11.9 9.61 41.78 -
YUV 81.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 48 81 175 0.73 0.54 0 0.31 224.41 0.57 0.44
Hex 30 51 AF 49 36 0 1F E0 39 2C
Octal 60 121 257 111 66 0 37 340 71 54
Binary 110000 1010001 10101111 1001001 110110 0 11111 11100000 111001 101100

Color Harmonies of #3051AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3051AF

Black with #3051AF

Text Example


Text Example

White with #3051AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3051AF; }

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

 H1.HeaderClassName
 {
   color: #3051AF;
 }
 .AnyTagClassName
 {
   color: #3051AF;
 }
</style>

background-color css

<style>
 a { background-color: #3051AF; }

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

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

border-color css

<style>
 span { border-color: #3051AF; }

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

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