#3561BC

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

Shades of Cerulean Blue #3561BC

Tints of Cerulean Blue #3561BC

Color information

#3561BC (or 0x3561BC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 61 and BC. RGB value is (53,97,188). Sum of RGB (Red+Green+Blue) = 53+97+188=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #3561BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3561BC is #CA9E43. Grayscale: #5D5D5D. Windows color (decimal): -13278788 or 12345653. OLE color: 12345653.

HSL color Cylindrical-coordinate representation of color #3561BC: hue angle of 220.44º 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 #3561BC is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5397188-
CMYK0.720.4800.26
HSL220.44º56.02%47.25%-
HSV(B)220.44º71.81%73.73%-
XYZ14.8212.9449.29-
YUV94.22180.9298.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 188 (73.83% from 255) = 55.62%
R=15.68%
G=28.70%
B=55.62%

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
Decimal53971880.720.4800.26220.4456.0247.25
Hex3561BC483001Adc382f
Octal65141274110600323347057
Binary110101110000110111100100100011000001101011011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3561BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3561BC; }

 p { color: rgb(53,97,188); }

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

<style>
 a { background-color: #3561BC; }

 a { background-color: rgb(53,97,188); }

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

<style>
 span { border-color: #3561BC; }

 span { border-color: rgb(53,97,188); }

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