#344559

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

Shades of Rhino #344559

Tints of Rhino #344559

Color information

#344559 (or 0x344559) is unknown color: approx Rhino. HEX triplet: 34, 45 and 59. RGB value is (52,69,89). Sum of RGB (Red+Green+Blue) = 52+69+89=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #344559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344559 is #CBBAA6. Grayscale: #424242. Windows color (decimal): -13351591 or 5850420. OLE color: 5850420.

HSL color Cylindrical-coordinate representation of color #344559: hue angle of 212.43º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344559 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526989-
CMYK0.420.2200.65
HSL212.43º26.24%27.65%-
HSV(B)212.43º41.57%34.9%-
XYZ5.355.7110.27-
YUV66.2140.87117.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=24.76%
G=32.86%
B=42.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5269890.420.2200.65212.4326.2427.65
Hex3445592A16041d41a1c
Octal64105131522601013243234
Binary110100100010110110011010101011001000001110101001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344559; }

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

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

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

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

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

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

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

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