#35427A

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

Shades of Resolution Blue #35427A

Tints of Resolution Blue #35427A

Color information

#35427A (or 0x35427A) is unknown color: approx Resolution Blue. HEX triplet: 35, 42 and 7A. RGB value is (53,66,122). Sum of RGB (Red+Green+Blue) = 53+66+122=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #35427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35427A is #CABD85. Grayscale: #444444. Windows color (decimal): -13286790 or 8012341. OLE color: 8012341.

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

Color convert

RGB5366122-
CMYK0.570.4600.52
HSL228.7º39.43%34.31%-
HSV(B)228.7º56.56%47.84%-
XYZ6.936.0619.22-
YUV68.5158.19116.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=21.99%
G=27.39%
B=50.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53661220.570.4600.52228.739.4334.31
Hex35427A392E034e52722
Octal6510217271560643454742
Binary11010110000101111010111001101110011010011100101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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