#344353

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

Shades of Rhino #344353

Tints of Rhino #344353

Color information

#344353 (or 0x344353) is unknown color: approx Rhino. HEX triplet: 34, 43 and 53. RGB value is (52,67,83). Sum of RGB (Red+Green+Blue) = 52+67+83=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #344353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344353 is #CBBCAC. Grayscale: #404040. Windows color (decimal): -13352109 or 5456692. OLE color: 5456692.

HSL color Cylindrical-coordinate representation of color #344353: hue angle of 210.97º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344353 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526783-
CMYK0.370.1900.67
HSL210.97º22.96%26.47%-
HSV(B)210.97º37.35%32.55%-
XYZ4.985.378.96-
YUV64.34138.53119.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=25.74%
G=33.17%
B=41.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5267830.370.1900.67210.9722.9626.47
Hex3443532513043d3171a
Octal64103123452301033232732
Binary110100100001110100111001011001101000011110100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344353; }

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

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

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

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

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

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

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

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