#35427F

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

Shades of Resolution Blue #35427F

Tints of Resolution Blue #35427F

Color information

#35427F (or 0x35427F) is unknown color: approx Resolution Blue. HEX triplet: 35, 42 and 7F. RGB value is (53,66,127). Sum of RGB (Red+Green+Blue) = 53+66+127=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #35427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35427F is #CABD80. Grayscale: #444444. Windows color (decimal): -13286785 or 8340021. OLE color: 8340021.

HSL color Cylindrical-coordinate representation of color #35427F: hue angle of 229.46º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35427F is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5366127-
CMYK0.580.4800.50
HSL229.46º41.11%35.29%-
HSV(B)229.46º58.27%49.8%-
XYZ7.256.1920.89-
YUV69.07160.69116.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 127 (50% from 255) = 51.63%
R=21.54%
G=26.83%
B=51.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53661270.580.4800.50229.4641.1135.29
Hex35427F3A30032e52923
Octal6510217772600623455143
Binary11010110000101111111111010110000011001011100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35427F; }

 p { color: rgb(53,66,127); }

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

<style>
 a { background-color: #35427F; }

 a { background-color: rgb(53,66,127); }

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

<style>
 span { border-color: #35427F; }

 span { border-color: rgb(53,66,127); }

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