Html Css Color HEX #3A4450 Rhino

📋 copy color: '#3A4450'

red 58 ◦ green 68 ◦ blue 80

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

Shades of Rhino #3A4450

Tints of Rhino #3A4450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 28.16%
G = 33.01%
B = 38.83%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A4450 (or 0x3A4450) is known color: Rhino. HEX triplet: 3A, 44 and 50. RGB value is (58,68,80). Sum of RGB (Red+Green+Blue) = 58+68+80=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4450 is #C5BBAF. Grayscale: #424242. Windows color (decimal): -12958640 or 5260346. OLE color: 5260346.

HSL color Cylindrical-coordinate representation of color #3A4450: hue angle of 212.73º degrees, saturation: 0.16, 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 #3A4450 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 68 80 -
CMYK 0.28 0.15 0 0.69
HSL 212.73º 0.16% 0.27% -
HSV(B) 212.73º 0.28% 0.31% -
XYZ 5.26 5.61 8.4 -
YUV 66.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 58 68 80 0.28 0.15 0 0.69 212.73 0.16 0.27
Hex 3A 44 50 1C F 0 45 D5 10 1B
Octal 72 104 120 34 17 0 105 325 20 33
Binary 111010 1000100 1010000 11100 1111 0 1000101 11010101 10000 11011

Color Harmonies of #3A4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4450

Black with #3A4450

Text Example


Text Example

White with #3A4450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,68,80); }

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

background-color css

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

 a { background-color: rgb(58,68,80); }

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

border-color css

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

 span { border-color: rgb(58,68,80); }

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