#35497D

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

Shades of Fun Blue #35497D

Tints of Fun Blue #35497D

Color information

#35497D (or 0x35497D) is unknown color: approx Fun Blue. HEX triplet: 35, 49 and 7D. RGB value is (53,73,125). Sum of RGB (Red+Green+Blue) = 53+73+125=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #35497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35497D is #CAB682. Grayscale: #484848. Windows color (decimal): -13284995 or 8210741. OLE color: 8210741.

HSL color Cylindrical-coordinate representation of color #35497D: hue angle of 223.33º 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 #35497D is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5373125-
CMYK0.580.4200.51
HSL223.33º40.45%34.9%-
HSV(B)223.33º57.6%49.02%-
XYZ7.55720.36-
YUV72.95157.37113.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=21.12%
G=29.08%
B=49.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53731250.580.4200.51223.3340.4534.9
Hex35497D3A2A033df2823
Octal6511117572520633375043
Binary11010110010011111101111010101010011001111011111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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