#35558C

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

Shades of Fun Blue #35558C

Tints of Fun Blue #35558C

Color information

#35558C (or 0x35558C) is unknown color: approx Fun Blue. HEX triplet: 35, 55 and 8C. RGB value is (53,85,140). Sum of RGB (Red+Green+Blue) = 53+85+140=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #35558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35558C is #CAAA73. Grayscale: #515151. Windows color (decimal): -13281908 or 9196853. OLE color: 9196853.

HSL color Cylindrical-coordinate representation of color #35558C: hue angle of 217.93º 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 #35558C is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5385140-
CMYK0.620.3900.45
HSL217.93º45.08%37.84%-
HSV(B)217.93º62.14%54.9%-
XYZ9.459.1526.08-
YUV81.7160.9107.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=19.06%
G=30.58%
B=50.36%

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
Decimal53851400.620.3900.45217.9345.0837.84
Hex35558C3E2702Dda2d26
Octal6512521476470553325546
Binary110101101010110001100111110100111010110111011010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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