#34446F

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

Shades of Resolution Blue #34446F

Tints of Resolution Blue #34446F

Color information

#34446F (or 0x34446F) is unknown color: approx Resolution Blue. HEX triplet: 34, 44 and 6F. RGB value is (52,68,111). Sum of RGB (Red+Green+Blue) = 52+68+111=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #34446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34446F is #CBBB90. Grayscale: #434343. Windows color (decimal): -13351825 or 7291956. OLE color: 7291956.

HSL color Cylindrical-coordinate representation of color #34446F: hue angle of 223.73º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34446F is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5268111-
CMYK0.530.3900.56
HSL223.73º36.2%31.96%-
HSV(B)223.73º53.15%43.53%-
XYZ6.356.0115.86-
YUV68.12152.2116.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=22.51%
G=29.44%
B=48.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52681110.530.3900.56223.7336.231.96
Hex34446F3527038e02420
Octal6410415765470703404440
Binary11010010001001101111110101100111011100011100000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34446F; }

 p { color: rgb(52,68,111); }

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

<style>
 a { background-color: #34446F; }

 a { background-color: rgb(52,68,111); }

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

<style>
 span { border-color: #34446F; }

 span { border-color: rgb(52,68,111); }

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