#34407C

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

Shades of Resolution Blue #34407C

Tints of Resolution Blue #34407C

Color information

#34407C (or 0x34407C) is unknown color: approx Resolution Blue. HEX triplet: 34, 40 and 7C. RGB value is (52,64,124). Sum of RGB (Red+Green+Blue) = 52+64+124=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #34407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34407C is #CBBF83. Grayscale: #434343. Windows color (decimal): -13352836 or 8142900. OLE color: 8142900.

HSL color Cylindrical-coordinate representation of color #34407C: hue angle of 230º 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 #34407C is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5264124-
CMYK0.580.4800.51
HSL230º40.91%34.51%-
HSV(B)230º58.06%48.63%-
XYZ6.895.8519.84-
YUV67.25160.02117.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=21.67%
G=26.67%
B=51.67%

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
Decimal52641240.580.4800.5123040.9134.51
Hex34407C3A30033e62923
Octal6410017472600633465143
Binary11010010000001111100111010110000011001111100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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