#3062BF

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

Shades of Cerulean Blue #3062BF

Tints of Cerulean Blue #3062BF

Color information

#3062BF (or 0x3062BF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 62 and BF. RGB value is (48,98,191). Sum of RGB (Red+Green+Blue) = 48+98+191=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #3062BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3062BF is #CF9D40. Grayscale: #5D5D5D. Windows color (decimal): -13606209 or 12542512. OLE color: 12542512.

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

Color convert

RGB4898191-
CMYK0.750.4900.25
HSL219.02º59.83%46.86%-
HSV(B)219.02º74.87%74.9%-
XYZ14.9913.1351.03-
YUV93.65182.9495.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.24%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 191 (75% from 255) = 56.68%
R=14.24%
G=29.08%
B=56.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48981910.750.4900.25219.0259.8346.86
Hex3062BF4B31019db3c2f
Octal60142277113610313337457
Binary110000110001010111111100101111000101100111011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3062BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3062BF; }

 p { color: rgb(48,98,191); }

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

<style>
 a { background-color: #3062BF; }

 a { background-color: rgb(48,98,191); }

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

<style>
 span { border-color: #3062BF; }

 span { border-color: rgb(48,98,191); }

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