#3566C2

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

Shades of Cerulean Blue #3566C2

Tints of Cerulean Blue #3566C2

Color information

#3566C2 (or 0x3566C2) is unknown color: approx Cerulean Blue. HEX triplet: 35, 66 and C2. RGB value is (53,102,194). Sum of RGB (Red+Green+Blue) = 53+102+194=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #3566C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566C2 is #CA993D. Grayscale: #616161. Windows color (decimal): -13277502 or 12740149. OLE color: 12740149.

HSL color Cylindrical-coordinate representation of color #3566C2: hue angle of 219.15º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3566C2 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53102194-
CMYK0.730.4700.24
HSL219.15º57.09%48.43%-
HSV(B)219.15º72.68%76.08%-
XYZ15.9614.1552.93-
YUV97.84182.2796.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 194 (76.17% from 255) = 55.59%
R=15.19%
G=29.23%
B=55.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531021940.730.4700.24219.1557.0948.43
Hex3566C2492F018db3930
Octal65146302111570303337160
Binary110101110011011000010100100110111101100011011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3566C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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