#344355

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

Shades of Rhino #344355

Tints of Rhino #344355

Color information

#344355 (or 0x344355) is unknown color: approx Rhino. HEX triplet: 34, 43 and 55. RGB value is (52,67,85). Sum of RGB (Red+Green+Blue) = 52+67+85=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #344355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344355 is #CBBCAA. Grayscale: #404040. Windows color (decimal): -13352107 or 5587764. OLE color: 5587764.

HSL color Cylindrical-coordinate representation of color #344355: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344355 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526785-
CMYK0.390.2100.67
HSL212.73º24.09%26.86%-
HSV(B)212.73º38.82%33.33%-
XYZ5.065.49.37-
YUV64.57139.53119.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=25.49%
G=32.84%
B=41.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5267850.390.2100.67212.7324.0926.86
Hex3443552715043d5181b
Octal64103125472501033253033
Binary110100100001110101011001111010101000011110101011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344355; }

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

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

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

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

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

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

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

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