#3061BD

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

Shades of Cerulean Blue #3061BD

Tints of Cerulean Blue #3061BD

Color information

#3061BD (or 0x3061BD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 61 and BD. RGB value is (48,97,189). Sum of RGB (Red+Green+Blue) = 48+97+189=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #3061BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3061BD is #CF9E42. Grayscale: #5C5C5C. Windows color (decimal): -13606467 or 12411184. OLE color: 12411184.

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

Color convert

RGB4897189-
CMYK0.750.4900.26
HSL219.15º59.49%46.47%-
HSV(B)219.15º74.6%74.12%-
XYZ14.6812.8549.85-
YUV92.84182.2796.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=14.37%
G=29.04%
B=56.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48971890.750.4900.26219.1559.4946.47
Hex3061BD4B3101Adb3b2e
Octal60141275113610323337356
Binary110000110000110111101100101111000101101011011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3061BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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