#35507C

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

Shades of Fun Blue #35507C

Tints of Fun Blue #35507C

Color information

#35507C (or 0x35507C) is unknown color: approx Fun Blue. HEX triplet: 35, 50 and 7C. RGB value is (53,80,124). Sum of RGB (Red+Green+Blue) = 53+80+124=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #35507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35507C is #CAAF83. Grayscale: #4C4C4C. Windows color (decimal): -13283204 or 8146997. OLE color: 8146997.

HSL color Cylindrical-coordinate representation of color #35507C: hue angle of 217.18º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35507C is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5380124-
CMYK0.570.3500.51
HSL217.18º40.11%34.71%-
HSV(B)217.18º57.26%48.63%-
XYZ7.977.9520.18-
YUV76.94154.55110.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=20.62%
G=31.13%
B=48.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53801240.570.3500.51217.1840.1134.71
Hex35507C3923033d92823
Octal6512017471430633315043
Binary11010110100001111100111001100011011001111011001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,80,124); }

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

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

 a { background-color: rgb(53,80,124); }

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

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

 span { border-color: rgb(53,80,124); }

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