#34445A

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

Shades of Rhino #34445A

Tints of Rhino #34445A

Color information

#34445A (or 0x34445A) is unknown color: approx Rhino. HEX triplet: 34, 44 and 5A. RGB value is (52,68,90). Sum of RGB (Red+Green+Blue) = 52+68+90=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #34445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34445A is #CBBBA5. Grayscale: #414141. Windows color (decimal): -13351846 or 5915700. OLE color: 5915700.

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

Color convert

RGB526890-
CMYK0.420.2400.65
HSL214.74º26.76%27.84%-
HSV(B)214.74º42.22%35.29%-
XYZ5.335.610.47-
YUV65.72141.7118.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=24.76%
G=32.38%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5268900.420.2400.65214.7426.7627.84
Hex34445A2A18041d71b1c
Octal64104132523001013273334
Binary110100100010010110101010101100001000001110101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34445A; }

 p { color: rgb(52,68,90); }

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

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

 a { background-color: rgb(52,68,90); }

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

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

 span { border-color: rgb(52,68,90); }

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