Html Css Color HEX #3063CE Cerulean Blue

📋 copy color: '#3063CE'

red 48 ◦ green 99 ◦ blue 206

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

Shades of Cerulean Blue #3063CE

Tints of Cerulean Blue #3063CE

RGB

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

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

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

R = 13.6%
G = 28.05%
B = 58.36%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3063CE (or 0x3063CE) is known color: Cerulean Blue. HEX triplet: 30, 63 and CE. RGB value is (48,99,206). Sum of RGB (Red+Green+Blue) = 48+99+206=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #3063CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063CE is #CF9C31. Grayscale: #5F5F5F. Windows color (decimal): -13605938 or 13525808. OLE color: 13525808.

HSL color Cylindrical-coordinate representation of color #3063CE: hue angle of 220.63º 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 #3063CE is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 99 206 -
CMYK 0.77 0.52 0 0.19
HSL 220.63º 0.62% 0.5% -
HSV(B) 220.63º 0.77% 0.81% -
XYZ 16.82 14.01 60.21 -
YUV 95.95 190.1 93.8 -
System Red Green Blue C M Y K H S L
Decimal 48 99 206 0.77 0.52 0 0.19 220.63 0.62 0.5
Hex 30 63 CE 4D 34 0 13 DD 3E 32
Octal 60 143 316 115 64 0 23 335 76 62
Binary 110000 1100011 11001110 1001101 110100 0 10011 11011101 111110 110010

Color Harmonies of #3063CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063CE

Black with #3063CE

Text Example


Text Example

White with #3063CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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