#344358

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

Shades of Rhino #344358

Tints of Rhino #344358

Color information

#344358 (or 0x344358) is unknown color: approx Rhino. HEX triplet: 34, 43 and 58. RGB value is (52,67,88). Sum of RGB (Red+Green+Blue) = 52+67+88=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #344358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344358 is #CBBCA7. Grayscale: #404040. Windows color (decimal): -13352104 or 5784372. OLE color: 5784372.

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

Color convert

RGB526788-
CMYK0.410.2400.65
HSL215º25.71%27.45%-
HSV(B)215º40.91%34.51%-
XYZ5.185.4510.01-
YUV64.91141.03118.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=25.12%
G=32.37%
B=42.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5267880.410.2400.6521525.7127.45
Hex3443582918041d71a1b
Octal64103130513001013273233
Binary110100100001110110001010011100001000001110101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344358; }

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

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

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

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

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

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

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

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