#34437B

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

Shades of Resolution Blue #34437B

Tints of Resolution Blue #34437B

Color information

#34437B (or 0x34437B) is unknown color: approx Resolution Blue. HEX triplet: 34, 43 and 7B. RGB value is (52,67,123). Sum of RGB (Red+Green+Blue) = 52+67+123=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 67 (26.56% from 255 or 27.69% 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 #34437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34437B is #CBBC84. Grayscale: #444444. Windows color (decimal): -13352069 or 8078132. OLE color: 8078132.

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

Color convert

RGB5267123-
CMYK0.580.4600.52
HSL227.32º40.57%34.31%-
HSV(B)227.32º57.72%48.24%-
XYZ76.1719.56-
YUV68.9158.53115.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=21.49%
G=27.69%
B=50.83%

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
Decimal52671230.580.4600.52227.3240.5734.31
Hex34437B3A2E034e32922
Octal6410317372560643435142
Binary11010010000111111011111010101110011010011100011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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