#3067BD

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

Shades of Cerulean Blue #3067BD

Tints of Cerulean Blue #3067BD

Color information

#3067BD (or 0x3067BD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 67 and BD. RGB value is (48,103,189). Sum of RGB (Red+Green+Blue) = 48+103+189=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #3067BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067BD is #CF9842. Grayscale: #5F5F5F. Windows color (decimal): -13604931 or 12412720. OLE color: 12412720.

HSL color Cylindrical-coordinate representation of color #3067BD: hue angle of 216.6º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3067BD is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48103189-
CMYK0.750.4600.26
HSL216.6º59.49%46.47%-
HSV(B)216.6º74.6%74.12%-
XYZ15.251450.04-
YUV96.36180.2893.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.12%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=14.12%
G=30.29%
B=55.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481031890.750.4600.26216.659.4946.47
Hex3067BD4B2E01Ad93b2e
Octal60147275113560323317356
Binary110000110011110111101100101110111001101011011001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3067BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3067BD; }

 p { color: rgb(48,103,189); }

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

<style>
 a { background-color: #3067BD; }

 a { background-color: rgb(48,103,189); }

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

<style>
 span { border-color: #3067BD; }

 span { border-color: rgb(48,103,189); }

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