#344556

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

Shades of Rhino #344556

Tints of Rhino #344556

Color information

#344556 (or 0x344556) is unknown color: approx Rhino. HEX triplet: 34, 45 and 56. RGB value is (52,69,86). Sum of RGB (Red+Green+Blue) = 52+69+86=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #344556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344556 is #CBBAA9. Grayscale: #414141. Windows color (decimal): -13351594 or 5653812. OLE color: 5653812.

HSL color Cylindrical-coordinate representation of color #344556: hue angle of 210º 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 #344556 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB526986-
CMYK0.400.2000.66
HSL210º24.64%27.06%-
HSV(B)210º39.53%33.73%-
XYZ5.225.669.62-
YUV65.86139.37118.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=25.12%
G=33.33%
B=41.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5269860.400.2000.6621024.6427.06
Hex3445562814042d2191b
Octal64105126502401023223133
Binary110100100010110101101010001010001000010110100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344556; }

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

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

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

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

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

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

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

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