Html Css Color HEX #3063CB Cerulean Blue

📋 copy color: '#3063CB'

red 48 ◦ green 99 ◦ blue 203

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

Shades of Cerulean Blue #3063CB

Tints of Cerulean Blue #3063CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 13.71%
G = 28.29%
B = 58%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3063CB (or 0x3063CB) is known color: Cerulean Blue. HEX triplet: 30, 63 and CB. RGB value is (48,99,203). Sum of RGB (Red+Green+Blue) = 48+99+203=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #3063CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063CB is #CF9C34. Grayscale: #5F5F5F. Windows color (decimal): -13605941 or 13329200. OLE color: 13329200.

HSL color Cylindrical-coordinate representation of color #3063CB: hue angle of 220.26º 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 #3063CB is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 99 203 -
CMYK 0.76 0.51 0 0.20
HSL 220.26º 0.62% 0.49% -
HSV(B) 220.26º 0.76% 0.8% -
XYZ 16.46 13.86 58.31 -
YUV 95.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 48 99 203 0.76 0.51 0 0.20 220.26 0.62 0.49
Hex 30 63 CB 4C 33 0 14 DC 3E 31
Octal 60 143 313 114 63 0 24 334 76 61
Binary 110000 1100011 11001011 1001100 110011 0 10100 11011100 111110 110001

Color Harmonies of #3063CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063CB

Black with #3063CB

Text Example


Text Example

White with #3063CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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