#3062BA

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

Shades of Cerulean Blue #3062BA

Tints of Cerulean Blue #3062BA

Color information

#3062BA (or 0x3062BA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 62 and BA. RGB value is (48,98,186). Sum of RGB (Red+Green+Blue) = 48+98+186=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #3062BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3062BA is #CF9D45. Grayscale: #5C5C5C. Windows color (decimal): -13606214 or 12214832. OLE color: 12214832.

HSL color Cylindrical-coordinate representation of color #3062BA: hue angle of 218.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3062BA is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4898186-
CMYK0.740.4700.27
HSL218.26º58.97%45.88%-
HSV(B)218.26º74.19%72.94%-
XYZ14.4512.9148.18-
YUV93.08180.4495.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=14.46%
G=29.52%
B=56.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48981860.740.4700.27218.2658.9745.88
Hex3062BA4A2F01Bda3b2e
Octal60142272112570333327356
Binary110000110001010111010100101010111101101111011010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3062BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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