#3063BF

Color #3063BF Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3063BF

Tints of Cerulean Blue #3063BF

Color information

#3063BF (or 0x3063BF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 63 and BF. RGB value is (48,99,191). Sum of RGB (Red+Green+Blue) = 48+99+191=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #3063BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063BF is #CF9C40. Grayscale: #5D5D5D. Windows color (decimal): -13605953 or 12542768. OLE color: 12542768.

HSL color Cylindrical-coordinate representation of color #3063BF: hue angle of 218.6º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3063BF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4899191-
CMYK0.750.4800.25
HSL218.6º59.83%46.86%-
HSV(B)218.6º74.87%74.9%-
XYZ15.0813.3151.06-
YUV94.24182.695.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 191 (75% from 255) = 56.51%
R=14.20%
G=29.29%
B=56.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48991910.750.4800.25218.659.8346.86
Hex3063BF4B30019db3c2f
Octal60143277113600313337457
Binary110000110001110111111100101111000001100111011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3063BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3063BF;
 }
 .AnyTagClassName
 {
   color: #3063BF;
 }
</style>
background-color css

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

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

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

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

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

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