#3064BE

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

Shades of Cerulean Blue #3064BE

Tints of Cerulean Blue #3064BE

Color information

#3064BE (or 0x3064BE) is unknown color: approx Cerulean Blue. HEX triplet: 30, 64 and BE. RGB value is (48,100,190). Sum of RGB (Red+Green+Blue) = 48+100+190=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #3064BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3064BE is #CF9B41. Grayscale: #5E5E5E. Windows color (decimal): -13605698 or 12477488. OLE color: 12477488.

HSL color Cylindrical-coordinate representation of color #3064BE: hue angle of 218.03º 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 #3064BE is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48100190-
CMYK0.750.4700.25
HSL218.03º59.66%46.67%-
HSV(B)218.03º74.74%74.51%-
XYZ15.0713.4650.52-
YUV94.71181.7794.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=14.20%
G=29.59%
B=56.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481001900.750.4700.25218.0359.6646.67
Hex3064BE4B2F019da3c2f
Octal60144276113570313327457
Binary110000110010010111110100101110111101100111011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3064BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3064BE; }

 p { color: rgb(48,100,190); }

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

<style>
 a { background-color: #3064BE; }

 a { background-color: rgb(48,100,190); }

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

<style>
 span { border-color: #3064BE; }

 span { border-color: rgb(48,100,190); }

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