#3064BB

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

Shades of Cerulean Blue #3064BB

Tints of Cerulean Blue #3064BB

Color information

#3064BB (or 0x3064BB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 64 and BB. RGB value is (48,100,187). Sum of RGB (Red+Green+Blue) = 48+100+187=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #3064BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3064BB is #CF9B44. Grayscale: #5D5D5D. Windows color (decimal): -13605701 or 12280880. OLE color: 12280880.

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

Color convert

RGB48100187-
CMYK0.740.4700.27
HSL217.55º59.15%46.08%-
HSV(B)217.55º74.33%73.33%-
XYZ14.7513.3348.81-
YUV94.37180.2794.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 187 (73.44% from 255) = 55.82%
R=14.33%
G=29.85%
B=55.82%

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
Decimal481001870.740.4700.27217.5559.1546.08
Hex3064BB4A2F01Bda3b2e
Octal60144273112570333327356
Binary110000110010010111011100101010111101101111011010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3064BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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