#35497A

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

Shades of Fun Blue #35497A

Tints of Fun Blue #35497A

Color information

#35497A (or 0x35497A) is unknown color: approx Fun Blue. HEX triplet: 35, 49 and 7A. RGB value is (53,73,122). Sum of RGB (Red+Green+Blue) = 53+73+122=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #35497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35497A is #CAB685. Grayscale: #484848. Windows color (decimal): -13284998 or 8014133. OLE color: 8014133.

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

Color convert

RGB5373122-
CMYK0.570.4000.52
HSL222.61º39.43%34.31%-
HSV(B)222.61º56.56%47.84%-
XYZ7.366.9319.36-
YUV72.61155.87114.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=21.37%
G=29.44%
B=49.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53731220.570.4000.52222.6139.4334.31
Hex35497A3928034df2722
Octal6511117271500643374742
Binary11010110010011111010111001101000011010011011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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