#344253

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

Shades of Rhino #344253

Tints of Rhino #344253

Color information

#344253 (or 0x344253) is unknown color: approx Rhino. HEX triplet: 34, 42 and 53. RGB value is (52,66,83). Sum of RGB (Red+Green+Blue) = 52+66+83=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #344253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344253 is #CBBDAC. Grayscale: #3F3F3F. Windows color (decimal): -13352365 or 5456436. OLE color: 5456436.

HSL color Cylindrical-coordinate representation of color #344253: hue angle of 212.9º 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 #344253 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526683-
CMYK0.370.2000.67
HSL212.9º22.96%26.47%-
HSV(B)212.9º37.35%32.55%-
XYZ4.935.258.94-
YUV63.75138.86119.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=25.87%
G=32.84%
B=41.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5266830.370.2000.67212.922.9626.47
Hex3442532514043d5171a
Octal64102123452401033252732
Binary110100100001010100111001011010001000011110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344253; }

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

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

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

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

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

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

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

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