#3063BB

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

Shades of Cerulean Blue #3063BB

Tints of Cerulean Blue #3063BB

Color information

#3063BB (or 0x3063BB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 63 and BB. RGB value is (48,99,187). Sum of RGB (Red+Green+Blue) = 48+99+187=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #3063BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063BB is #CF9C44. Grayscale: #5D5D5D. Windows color (decimal): -13605957 or 12280624. OLE color: 12280624.

HSL color Cylindrical-coordinate representation of color #3063BB: hue angle of 217.99º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3063BB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4899187-
CMYK0.740.4700.27
HSL217.99º59.15%46.08%-
HSV(B)217.99º74.33%73.33%-
XYZ14.6513.1448.78-
YUV93.78180.695.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 187 (73.44% from 255) = 55.99%
R=14.37%
G=29.64%
B=55.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48991870.740.4700.27217.9959.1546.08
Hex3063BB4A2F01Bda3b2e
Octal60143273112570333327356
Binary110000110001110111011100101010111101101111011010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3063BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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