#34417C

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

Shades of Resolution Blue #34417C

Tints of Resolution Blue #34417C

Color information

#34417C (or 0x34417C) is unknown color: approx Resolution Blue. HEX triplet: 34, 41 and 7C. RGB value is (52,65,124). Sum of RGB (Red+Green+Blue) = 52+65+124=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #34417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34417C is #CBBE83. Grayscale: #434343. Windows color (decimal): -13352580 or 8143156. OLE color: 8143156.

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

Color convert

RGB5265124-
CMYK0.580.4800.51
HSL229.17º40.91%34.51%-
HSV(B)229.17º58.06%48.63%-
XYZ6.945.9719.85-
YUV67.84159.69116.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=21.58%
G=26.97%
B=51.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52651240.580.4800.51229.1740.9134.51
Hex34417C3A30033e52923
Octal6410117472600633455143
Binary11010010000011111100111010110000011001111100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34417C; }

 p { color: rgb(52,65,124); }

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

<style>
 a { background-color: #34417C; }

 a { background-color: rgb(52,65,124); }

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

<style>
 span { border-color: #34417C; }

 span { border-color: rgb(52,65,124); }

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