Html Css Color HEX #3051CE Cerulean Blue

📋 copy color: '#3051CE'

red 48 ◦ green 81 ◦ blue 206

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

Shades of Cerulean Blue #3051CE

Tints of Cerulean Blue #3051CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 14.33%
G = 24.18%
B = 61.49%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3051CE (or 0x3051CE) is known color: Cerulean Blue. HEX triplet: 30, 51 and CE. RGB value is (48,81,206). Sum of RGB (Red+Green+Blue) = 48+81+206=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #3051CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3051CE is #CFAE31. Grayscale: #545454. Windows color (decimal): -13610546 or 13521200. OLE color: 13521200.

HSL color Cylindrical-coordinate representation of color #3051CE: hue angle of 227.47º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3051CE is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 81 206 -
CMYK 0.77 0.61 0 0.19
HSL 227.47º 0.62% 0.5% -
HSV(B) 227.47º 0.77% 0.81% -
XYZ 15.3 10.97 59.7 -
YUV 85.38 196.07 101.34 -
System Red Green Blue C M Y K H S L
Decimal 48 81 206 0.77 0.61 0 0.19 227.47 0.62 0.5
Hex 30 51 CE 4D 3D 0 13 E3 3E 32
Octal 60 121 316 115 75 0 23 343 76 62
Binary 110000 1010001 11001110 1001101 111101 0 10011 11100011 111110 110010

Color Harmonies of #3051CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3051CE

Black with #3051CE

Text Example


Text Example

White with #3051CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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