Html Css Color HEX #38475E Rhino

📋 copy color: '#38475E'

red 56 ◦ green 71 ◦ blue 94

#38475E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #38475E

Tints of Rhino #38475E

RGB

 RED value IS 56 (22.27% from 255) = 25.34%

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 94 (37.11% from 255) = 42.53%

R = 25.34%
G = 32.13%
B = 42.53%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38475E (or 0x38475E) is known color: Rhino. HEX triplet: 38, 47 and 5E. RGB value is (56,71,94). Sum of RGB (Red+Green+Blue) = 56+71+94=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #38475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38475E is #C7B8A1. Grayscale: #454545. Windows color (decimal): -13088930 or 6178616. OLE color: 6178616.

HSL color Cylindrical-coordinate representation of color #38475E: hue angle of 216.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38475E is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 71 94 -
CMYK 0.40 0.24 0 0.63
HSL 216.32º 0.25% 0.29% -
HSV(B) 216.32º 0.4% 0.37% -
XYZ 5.9 6.16 11.47 -
YUV 69.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 56 71 94 0.40 0.24 0 0.63 216.32 0.25 0.29
Hex 38 47 5E 28 18 0 3F D8 19 1D
Octal 70 107 136 50 30 0 77 330 31 35
Binary 111000 1000111 1011110 101000 11000 0 111111 11011000 11001 11101

Color Harmonies of #38475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38475E

Black with #38475E

Text Example


Text Example

White with #38475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38475E;
 }
 .AnyTagClassName
 {
   color: #38475E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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