#33455D

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

Shades of Rhino #33455D

Tints of Rhino #33455D

Color information

#33455D (or 0x33455D) is unknown color: approx Rhino. HEX triplet: 33, 45 and 5D. RGB value is (51,69,93). Sum of RGB (Red+Green+Blue) = 51+69+93=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #33455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33455D is #CCBAA2. Grayscale: #424242. Windows color (decimal): -13417123 or 6112563. OLE color: 6112563.

HSL color Cylindrical-coordinate representation of color #33455D: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33455D is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB516993-
CMYK0.450.2600.64
HSL214.29º29.17%28.24%-
HSV(B)214.29º45.16%36.47%-
XYZ5.475.7511.18-
YUV66.35143.04117.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=23.94%
G=32.39%
B=43.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5169930.450.2600.64214.2929.1728.24
Hex33455D2D1A040d61d1c
Octal63105135553201003263534
Binary110011100010110111011011011101001000000110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33455D; }

 p { color: rgb(51,69,93); }

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

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

 a { background-color: rgb(51,69,93); }

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

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

 span { border-color: rgb(51,69,93); }

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