#344356

Color #344356 Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #344356

Tints of Rhino #344356

Color information

#344356 (or 0x344356) is unknown color: approx Rhino. HEX triplet: 34, 43 and 56. RGB value is (52,67,86). Sum of RGB (Red+Green+Blue) = 52+67+86=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #344356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344356 is #CBBCA9. Grayscale: #404040. Windows color (decimal): -13352106 or 5653300. OLE color: 5653300.

HSL color Cylindrical-coordinate representation of color #344356: hue angle of 213.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344356 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB526786-
CMYK0.400.2200.66
HSL213.53º24.64%27.06%-
HSV(B)213.53º39.53%33.73%-
XYZ5.15.429.58-
YUV64.68140.03118.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=25.37%
G=32.68%
B=41.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5267860.400.2200.66213.5324.6427.06
Hex3443562816042d6191b
Octal64103126502601023263133
Binary110100100001110101101010001011001000010110101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344356; }

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

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

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

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

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

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

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

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