#35487A

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

Shades of Resolution Blue #35487A

Tints of Resolution Blue #35487A

Color information

#35487A (or 0x35487A) is unknown color: approx Resolution Blue. HEX triplet: 35, 48 and 7A. RGB value is (53,72,122). Sum of RGB (Red+Green+Blue) = 53+72+122=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #35487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35487A is #CAB785. Grayscale: #474747. Windows color (decimal): -13285254 or 8013877. OLE color: 8013877.

HSL color Cylindrical-coordinate representation of color #35487A: hue angle of 223.48º 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 #35487A is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5372122-
CMYK0.570.4100.52
HSL223.48º39.43%34.31%-
HSV(B)223.48º56.56%47.84%-
XYZ7.36.819.34-
YUV72.02156.21114.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=21.46%
G=29.15%
B=49.39%

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
Decimal53721220.570.4100.52223.4839.4334.31
Hex35487A3929034df2722
Octal6511017271510643374742
Binary11010110010001111010111001101001011010011011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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