#34445B

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

Shades of Rhino #34445B

Tints of Rhino #34445B

Color information

#34445B (or 0x34445B) is unknown color: approx Rhino. HEX triplet: 34, 44 and 5B. RGB value is (52,68,91). Sum of RGB (Red+Green+Blue) = 52+68+91=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #34445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34445B is #CBBBA4. Grayscale: #414141. Windows color (decimal): -13351845 or 5981236. OLE color: 5981236.

HSL color Cylindrical-coordinate representation of color #34445B: hue angle of 215.38º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34445B is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB526891-
CMYK0.430.2500.64
HSL215.38º27.27%28.04%-
HSV(B)215.38º42.86%35.69%-
XYZ5.375.6210.7-
YUV65.84142.2118.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=24.64%
G=32.23%
B=43.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5268910.430.2500.64215.3827.2728.04
Hex34445B2B19040d71b1c
Octal64104133533101003273334
Binary110100100010010110111010111100101000000110101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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