#35507D

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

Shades of Fun Blue #35507D

Tints of Fun Blue #35507D

Color information

#35507D (or 0x35507D) is unknown color: approx Fun Blue. HEX triplet: 35, 50 and 7D. RGB value is (53,80,125). Sum of RGB (Red+Green+Blue) = 53+80+125=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #35507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35507D is #CAAF82. Grayscale: #4C4C4C. Windows color (decimal): -13283203 or 8212533. OLE color: 8212533.

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

Color convert

RGB5380125-
CMYK0.580.3600.51
HSL217.5º40.45%34.9%-
HSV(B)217.5º57.6%49.02%-
XYZ8.047.9720.52-
YUV77.06155.05110.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 125 (49.22% from 255) = 48.45%
R=20.54%
G=31.01%
B=48.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53801250.580.3600.51217.540.4534.9
Hex35507D3A24033da2823
Octal6512017572440633325043
Binary11010110100001111101111010100100011001111011010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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