Html Css Color HEX #3A424F Rhino

📋 copy color: '#3A424F'

red 58 ◦ green 66 ◦ blue 79

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

Shades of Rhino #3A424F

Tints of Rhino #3A424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 28.57%
G = 32.51%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A424F (or 0x3A424F) is known color: Rhino. HEX triplet: 3A, 42 and 4F. RGB value is (58,66,79). Sum of RGB (Red+Green+Blue) = 58+66+79=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A424F is #C5BDB0. Grayscale: #414141. Windows color (decimal): -12959153 or 5194298. OLE color: 5194298.

HSL color Cylindrical-coordinate representation of color #3A424F: hue angle of 217.14º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A424F is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 66 79 -
CMYK 0.27 0.16 0 0.69
HSL 217.14º 0.15% 0.27% -
HSV(B) 217.14º 0.27% 0.31% -
XYZ 5.1 5.36 8.16 -
YUV 65.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 58 66 79 0.27 0.16 0 0.69 217.14 0.15 0.27
Hex 3A 42 4F 1B 10 0 45 D9 F 1B
Octal 72 102 117 33 20 0 105 331 17 33
Binary 111010 1000010 1001111 11011 10000 0 1000101 11011001 1111 11011

Color Harmonies of #3A424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A424F

Black with #3A424F

Text Example


Text Example

White with #3A424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,66,79); }

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

background-color css

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

 a { background-color: rgb(58,66,79); }

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

border-color css

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

 span { border-color: rgb(58,66,79); }

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