Html Css Color HEX #3A475D Rhino

📋 copy color: '#3A475D'

red 58 ◦ green 71 ◦ blue 93

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

Shades of Rhino #3A475D

Tints of Rhino #3A475D

RGB

 RED value IS 58 (23.05% from 255) = 26.13%

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

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 26.13%
G = 31.98%
B = 41.89%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A475D (or 0x3A475D) is known color: Rhino. HEX triplet: 3A, 47 and 5D. RGB value is (58,71,93). Sum of RGB (Red+Green+Blue) = 58+71+93=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A475D is #C5B8A2. Grayscale: #454545. Windows color (decimal): -12957859 or 6113082. OLE color: 6113082.

HSL color Cylindrical-coordinate representation of color #3A475D: hue angle of 217.71º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A475D is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 71 93 -
CMYK 0.38 0.24 0 0.64
HSL 217.71º 0.23% 0.3% -
HSV(B) 217.71º 0.38% 0.36% -
XYZ 5.97 6.2 11.24 -
YUV 69.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 58 71 93 0.38 0.24 0 0.64 217.71 0.23 0.3
Hex 3A 47 5D 26 18 0 40 DA 17 1E
Octal 72 107 135 46 30 0 100 332 27 36
Binary 111010 1000111 1011101 100110 11000 0 1000000 11011010 10111 11110

Color Harmonies of #3A475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A475D

Black with #3A475D

Text Example


Text Example

White with #3A475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A475D; }

 p { color: rgb(58,71,93); }

 H1.HeaderClassName
 {
   color: #3A475D;
 }
 .AnyTagClassName
 {
   color: #3A475D;
 }
</style>

background-color css

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

 a { background-color: rgb(58,71,93); }

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

border-color css

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

 span { border-color: rgb(58,71,93); }

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