#384453

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

Shades of Rhino #384453

Tints of Rhino #384453

Color information

#384453 (or 0x384453) is unknown color: approx Rhino. HEX triplet: 38, 44 and 53. RGB value is (56,68,83). Sum of RGB (Red+Green+Blue) = 56+68+83=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #384453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384453 is #C7BBAC. Grayscale: #424242. Windows color (decimal): -13089709 or 5456952. OLE color: 5456952.

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

Color convert

RGB566883-
CMYK0.330.1800.67
HSL213.33º19.42%27.25%-
HSV(B)213.33º32.53%32.55%-
XYZ5.265.68.99-
YUV66.12137.52120.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=27.05%
G=32.85%
B=40.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5668830.330.1800.67213.3319.4227.25
Hex3844532112043d5131b
Octal70104123412201033252333
Binary111000100010010100111000011001001000011110101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384453; }

 p { color: rgb(56,68,83); }

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

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

 a { background-color: rgb(56,68,83); }

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

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

 span { border-color: rgb(56,68,83); }

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