#34427B

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

Shades of Resolution Blue #34427B

Tints of Resolution Blue #34427B

Color information

#34427B (or 0x34427B) is unknown color: approx Resolution Blue. HEX triplet: 34, 42 and 7B. RGB value is (52,66,123). Sum of RGB (Red+Green+Blue) = 52+66+123=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #34427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34427B is #CBBD84. Grayscale: #444444. Windows color (decimal): -13352325 or 8077876. OLE color: 8077876.

HSL color Cylindrical-coordinate representation of color #34427B: hue angle of 228.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34427B is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5266123-
CMYK0.580.4600.52
HSL228.17º40.57%34.31%-
HSV(B)228.17º57.72%48.24%-
XYZ6.946.0619.54-
YUV68.31158.86116.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=21.58%
G=27.39%
B=51.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52661230.580.4600.52228.1740.5734.31
Hex34427B3A2E034e42922
Octal6410217372560643445142
Binary11010010000101111011111010101110011010011100100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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