#3065bd

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

Shades of Cerulean Blue #3065BD

Tints of Cerulean Blue #3065BD

Color information

#3065BD (or 0x3065BD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 65 and BD. RGB value is (48,101,189). Sum of RGB (Red+Green+Blue) = 48+101+189=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #3065BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065BD is #CF9A42. Grayscale: #5E5E5E. Windows color (decimal): -13605443 or 12412208. OLE color: 12412208.

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

Color convert

RGB48101189-
CMYK0.750.4700.26
HSL217.45º59.49%46.47%-
HSV(B)217.45º74.6%74.12%-
XYZ15.0613.6149.98-
YUV95.18180.9494.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=14.20%
G=29.88%
B=55.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481011890.750.4700.26217.4559.4946.47
Hex3065BD4B2F01Ad93b2e
Octal60145275113570323317356
Binary110000110010110111101100101110111101101011011001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3065bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3065bd; }

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

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

<style>
 a { background-color: #3065bd; }

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

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

<style>
 span { border-color: #3065bd; }

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

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