#35427B

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

Shades of Resolution Blue #35427B

Tints of Resolution Blue #35427B

Color information

#35427B (or 0x35427B) is unknown color: approx Resolution Blue. HEX triplet: 35, 42 and 7B. RGB value is (53,66,123). Sum of RGB (Red+Green+Blue) = 53+66+123=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #35427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35427B is #CABD84. Grayscale: #444444. Windows color (decimal): -13286789 or 8077877. OLE color: 8077877.

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

Color convert

RGB5366123-
CMYK0.570.4600.52
HSL228.86º39.77%34.51%-
HSV(B)228.86º56.91%48.24%-
XYZ6.996.0819.54-
YUV68.61158.69116.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=21.90%
G=27.27%
B=50.83%

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
Decimal53661230.570.4600.52228.8639.7734.51
Hex35427B392E034e52823
Octal6510217371560643455043
Binary11010110000101111011111001101110011010011100101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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