Html Css Color HEX #3051CB Cerulean Blue

📋 copy color: '#3051CB'

red 48 ◦ green 81 ◦ blue 203

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

Shades of Cerulean Blue #3051CB

Tints of Cerulean Blue #3051CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.14%

R = 14.46%
G = 24.4%
B = 61.14%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3051CB (or 0x3051CB) is known color: Cerulean Blue. HEX triplet: 30, 51 and CB. RGB value is (48,81,203). Sum of RGB (Red+Green+Blue) = 48+81+203=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #3051CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3051CB is #CFAE34. Grayscale: #545454. Windows color (decimal): -13610549 or 13324592. OLE color: 13324592.

HSL color Cylindrical-coordinate representation of color #3051CB: hue angle of 227.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3051CB is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 81 203 -
CMYK 0.76 0.60 0 0.20
HSL 227.23º 0.62% 0.49% -
HSV(B) 227.23º 0.76% 0.8% -
XYZ 14.94 10.83 57.8 -
YUV 85.04 194.57 101.58 -
System Red Green Blue C M Y K H S L
Decimal 48 81 203 0.76 0.60 0 0.20 227.23 0.62 0.49
Hex 30 51 CB 4C 3C 0 14 E3 3E 31
Octal 60 121 313 114 74 0 24 343 76 61
Binary 110000 1010001 11001011 1001100 111100 0 10100 11100011 111110 110001

Color Harmonies of #3051CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3051CB

Black with #3051CB

Text Example


Text Example

White with #3051CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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