#3566BA

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

Shades of Cerulean Blue #3566BA

Tints of Cerulean Blue #3566BA

Color information

#3566BA (or 0x3566BA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 66 and BA. RGB value is (53,102,186). Sum of RGB (Red+Green+Blue) = 53+102+186=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #3566BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566BA is #CA9945. Grayscale: #606060. Windows color (decimal): -13277510 or 12215861. OLE color: 12215861.

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

Color convert

RGB53102186-
CMYK0.720.4500.27
HSL217.89º55.65%46.86%-
HSV(B)217.89º71.51%72.94%-
XYZ15.0813.848.32-
YUV96.92178.2796.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=15.54%
G=29.91%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531021860.720.4500.27217.8955.6546.86
Hex3566BA482D01Bda382f
Octal65146272110550333327057
Binary110101110011010111010100100010110101101111011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3566BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,102,186); }

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

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

 a { background-color: rgb(53,102,186); }

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

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

 span { border-color: rgb(53,102,186); }

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