#344557

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

Shades of Rhino #344557

Tints of Rhino #344557

Color information

#344557 (or 0x344557) is unknown color: approx Rhino. HEX triplet: 34, 45 and 57. RGB value is (52,69,87). Sum of RGB (Red+Green+Blue) = 52+69+87=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #344557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344557 is #CBBAA8. Grayscale: #414141. Windows color (decimal): -13351593 or 5719348. OLE color: 5719348.

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

Color convert

RGB526987-
CMYK0.400.2100.66
HSL210.86º25.18%27.25%-
HSV(B)210.86º40.23%34.12%-
XYZ5.265.679.83-
YUV65.97139.87118.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=25%
G=33.17%
B=41.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5269870.400.2100.66210.8625.1827.25
Hex3445572815042d3191b
Octal64105127502501023233133
Binary110100100010110101111010001010101000010110100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344557; }

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

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

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

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

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

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

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

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