#334455

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

Shades of Rhino #334455

Tints of Rhino #334455

Color information

#334455 (or 0x334455) is unknown color: approx Rhino. HEX triplet: 33, 44 and 55. RGB value is (51,68,85). Sum of RGB (Red+Green+Blue) = 51+68+85=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #334455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334455 is #CCBBAA. Grayscale: #404040. Windows color (decimal): -13417387 or 5588019. OLE color: 5588019.

HSL color Cylindrical-coordinate representation of color #334455: hue angle of 210º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334455 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB516885-
CMYK0.400.2000.67
HSL210º25%26.67%-
HSV(B)210º40%33.33%-
XYZ5.075.499.39-
YUV64.85139.37118.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5168850.400.2000.672102526.67
Hex3344552814043d2191b
Octal63104125502401033223133
Binary110011100010010101011010001010001000011110100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334455; }

 p { color: rgb(51,68,85); }

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

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

 a { background-color: rgb(51,68,85); }

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

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

 span { border-color: rgb(51,68,85); }

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