#34455B

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

Shades of Rhino #34455B

Tints of Rhino #34455B

Color information

#34455B (or 0x34455B) is unknown color: approx Rhino. HEX triplet: 34, 45 and 5B. RGB value is (52,69,91). Sum of RGB (Red+Green+Blue) = 52+69+91=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #34455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34455B is #CBBAA4. Grayscale: #424242. Windows color (decimal): -13351589 or 5981492. OLE color: 5981492.

HSL color Cylindrical-coordinate representation of color #34455B: hue angle of 213.85º 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 #34455B is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB526991-
CMYK0.430.2400.64
HSL213.85º27.27%28.04%-
HSV(B)213.85º42.86%35.69%-
XYZ5.435.7410.72-
YUV66.42141.87117.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=24.53%
G=32.55%
B=42.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5269910.430.2400.64213.8527.2728.04
Hex34455B2B18040d61b1c
Octal64105133533001003263334
Binary110100100010110110111010111100001000000110101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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