#3562B8

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

Shades of Cerulean Blue #3562B8

Tints of Cerulean Blue #3562B8

Color information

#3562B8 (or 0x3562B8) is unknown color: approx Cerulean Blue. HEX triplet: 35, 62 and B8. RGB value is (53,98,184). Sum of RGB (Red+Green+Blue) = 53+98+184=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #3562B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3562B8 is #CA9D47. Grayscale: #5D5D5D. Windows color (decimal): -13278536 or 12083765. OLE color: 12083765.

HSL color Cylindrical-coordinate representation of color #3562B8: hue angle of 219.39º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3562B8 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5398184-
CMYK0.710.4700.28
HSL219.39º55.27%46.47%-
HSV(B)219.39º71.2%72.16%-
XYZ14.4912.9547.08-
YUV94.35178.5998.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 184 (72.27% from 255) = 54.93%
R=15.82%
G=29.25%
B=54.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53981840.710.4700.28219.3955.2746.47
Hex3562B8472F01Cdb372e
Octal65142270107570343336756
Binary110101110001010111000100011110111101110011011011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3562B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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