#38475A

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

Shades of Rhino #38475A

Tints of Rhino #38475A

Color information

#38475A (or 0x38475A) is unknown color: approx Rhino. HEX triplet: 38, 47 and 5A. RGB value is (56,71,90). Sum of RGB (Red+Green+Blue) = 56+71+90=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #38475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38475A is #C7B8A5. Grayscale: #444444. Windows color (decimal): -13088934 or 5916472. OLE color: 5916472.

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

Color convert

RGB567190-
CMYK0.380.2100.65
HSL213.53º23.29%28.63%-
HSV(B)213.53º37.78%35.29%-
XYZ5.736.0910.55-
YUV68.68140.03118.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=25.81%
G=32.72%
B=41.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5671900.380.2100.65213.5323.2928.63
Hex38475A2615041d6171d
Octal70107132462501013262735
Binary111000100011110110101001101010101000001110101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,71,90); }

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

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

 a { background-color: rgb(56,71,90); }

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

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

 span { border-color: rgb(56,71,90); }

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