#35497B

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

Shades of Fun Blue #35497B

Tints of Fun Blue #35497B

Color information

#35497B (or 0x35497B) is unknown color: approx Fun Blue. HEX triplet: 35, 49 and 7B. RGB value is (53,73,123). Sum of RGB (Red+Green+Blue) = 53+73+123=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #35497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35497B is #CAB684. Grayscale: #484848. Windows color (decimal): -13284997 or 8079669. OLE color: 8079669.

HSL color Cylindrical-coordinate representation of color #35497B: hue angle of 222.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35497B is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5373123-
CMYK0.570.4100.52
HSL222.86º39.77%34.51%-
HSV(B)222.86º56.91%48.24%-
XYZ7.436.9519.69-
YUV72.72156.37113.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=21.29%
G=29.32%
B=49.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53731230.570.4100.52222.8639.7734.51
Hex35497B3929034df2823
Octal6511117371510643375043
Binary11010110010011111011111001101001011010011011111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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