Html Css Color HEX #3A4755 Rhino

📋 copy color: '#3A4755'

red 58 ◦ green 71 ◦ blue 85

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

Shades of Rhino #3A4755

Tints of Rhino #3A4755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.72%

R = 27.1%
G = 33.18%
B = 39.72%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A4755 (or 0x3A4755) is known color: Rhino. HEX triplet: 3A, 47 and 55. RGB value is (58,71,85). Sum of RGB (Red+Green+Blue) = 58+71+85=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A4755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4755 is #C5B8AA. Grayscale: #444444. Windows color (decimal): -12957867 or 5588794. OLE color: 5588794.

HSL color Cylindrical-coordinate representation of color #3A4755: hue angle of 211.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A4755 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 71 85 -
CMYK 0.32 0.16 0 0.67
HSL 211.11º 0.19% 0.28% -
HSV(B) 211.11º 0.32% 0.33% -
XYZ 5.64 6.06 9.47 -
YUV 68.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 58 71 85 0.32 0.16 0 0.67 211.11 0.19 0.28
Hex 3A 47 55 20 10 0 43 D3 13 1C
Octal 72 107 125 40 20 0 103 323 23 34
Binary 111010 1000111 1010101 100000 10000 0 1000011 11010011 10011 11100

Color Harmonies of #3A4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4755

Black with #3A4755

Text Example


Text Example

White with #3A4755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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