#3560BE

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

Shades of Cerulean Blue #3560BE

Tints of Cerulean Blue #3560BE

Color information

#3560BE (or 0x3560BE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 60 and BE. RGB value is (53,96,190). Sum of RGB (Red+Green+Blue) = 53+96+190=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #3560BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560BE is #CA9F41. Grayscale: #5D5D5D. Windows color (decimal): -13279042 or 12476469. OLE color: 12476469.

HSL color Cylindrical-coordinate representation of color #3560BE: hue angle of 221.17º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3560BE is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5396190-
CMYK0.720.4900.25
HSL221.17º56.38%47.65%-
HSV(B)221.17º72.11%74.51%-
XYZ14.9512.8450.41-
YUV93.86182.2598.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 190 (74.61% from 255) = 56.05%
R=15.63%
G=28.32%
B=56.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53961900.720.4900.25221.1756.3847.65
Hex3560BE4831019dd3830
Octal65140276110610313357060
Binary110101110000010111110100100011000101100111011101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3560BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3560BE; }

 p { color: rgb(53,96,190); }

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

<style>
 a { background-color: #3560BE; }

 a { background-color: rgb(53,96,190); }

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

<style>
 span { border-color: #3560BE; }

 span { border-color: rgb(53,96,190); }

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