#3062B6

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

Shades of Cerulean Blue #3062B6

Tints of Cerulean Blue #3062B6

Color information

#3062B6 (or 0x3062B6) is unknown color: approx Cerulean Blue. HEX triplet: 30, 62 and B6. RGB value is (48,98,182). Sum of RGB (Red+Green+Blue) = 48+98+182=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #3062B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3062B6 is #CF9D49. Grayscale: #5C5C5C. Windows color (decimal): -13606218 or 11952688. OLE color: 11952688.

HSL color Cylindrical-coordinate representation of color #3062B6: hue angle of 217.61º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3062B6 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4898182-
CMYK0.740.4600.29
HSL217.61º58.26%45.1%-
HSV(B)217.61º73.63%71.37%-
XYZ14.0312.7445.98-
YUV92.63178.4496.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 182 (71.48% from 255) = 55.49%
R=14.63%
G=29.88%
B=55.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48981820.740.4600.29217.6158.2645.1
Hex3062B64A2E01Dda3a2d
Octal60142266112560353327255
Binary110000110001010110110100101010111001110111011010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3062B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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