#35568C

Color #35568C Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #35568C

Tints of Fun Blue #35568C

Color information

#35568C (or 0x35568C) is unknown color: approx Fun Blue. HEX triplet: 35, 56 and 8C. RGB value is (53,86,140). Sum of RGB (Red+Green+Blue) = 53+86+140=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #35568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35568C is #CAA973. Grayscale: #525252. Windows color (decimal): -13281652 or 9197109. OLE color: 9197109.

HSL color Cylindrical-coordinate representation of color #35568C: hue angle of 217.24º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35568C is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5386140-
CMYK0.620.3900.45
HSL217.24º45.08%37.84%-
HSV(B)217.24º62.14%54.9%-
XYZ9.539.3126.1-
YUV82.29160.57107.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=19.00%
G=30.82%
B=50.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53861400.620.3900.45217.2445.0837.84
Hex35568C3E2702Dd92d26
Octal6512621476470553315546
Binary110101101011010001100111110100111010110111011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35568C; }

 p { color: rgb(53,86,140); }

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

<style>
 a { background-color: #35568C; }

 a { background-color: rgb(53,86,140); }

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

<style>
 span { border-color: #35568C; }

 span { border-color: rgb(53,86,140); }

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