#3562BD

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

Shades of Cerulean Blue #3562BD

Tints of Cerulean Blue #3562BD

Color information

#3562BD (or 0x3562BD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 62 and BD. RGB value is (53,98,189). Sum of RGB (Red+Green+Blue) = 53+98+189=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #3562BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3562BD is #CA9D42. Grayscale: #5E5E5E. Windows color (decimal): -13278531 or 12411445. OLE color: 12411445.

HSL color Cylindrical-coordinate representation of color #3562BD: hue angle of 220.15º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3562BD is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5398189-
CMYK0.720.4800.26
HSL220.15º56.2%47.45%-
HSV(B)220.15º71.96%74.12%-
XYZ15.0213.1749.89-
YUV94.92181.0998.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=15.59%
G=28.82%
B=55.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53981890.720.4800.26220.1556.247.45
Hex3562BD483001Adc382f
Octal65142275110600323347057
Binary110101110001010111101100100011000001101011011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3562BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,98,189); }

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

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

 a { background-color: rgb(53,98,189); }

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

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

 span { border-color: rgb(53,98,189); }

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