#33455A

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

Shades of Rhino #33455A

Tints of Rhino #33455A

Color information

#33455A (or 0x33455A) is unknown color: approx Rhino. HEX triplet: 33, 45 and 5A. RGB value is (51,69,90). Sum of RGB (Red+Green+Blue) = 51+69+90=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 69 (27.34% from 255 or 32.86% 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 #33455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33455A is #CCBAA5. Grayscale: #414141. Windows color (decimal): -13417126 or 5915955. OLE color: 5915955.

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

Color convert

RGB516990-
CMYK0.430.2300.65
HSL212.31º27.66%27.65%-
HSV(B)212.31º43.33%35.29%-
XYZ5.345.710.49-
YUV66.01141.54117.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=24.29%
G=32.86%
B=42.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5169900.430.2300.65212.3127.6627.65
Hex33455A2B17041d41c1c
Octal63105132532701013243434
Binary110011100010110110101010111011101000001110101001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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