Html Css Color HEX #3A4653 Rhino

📋 copy color: '#3A4653'

red 58 ◦ green 70 ◦ blue 83

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

Shades of Rhino #3A4653

Tints of Rhino #3A4653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 27.49%
G = 33.18%
B = 39.34%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A4653 (or 0x3A4653) is known color: Rhino. HEX triplet: 3A, 46 and 53. RGB value is (58,70,83). Sum of RGB (Red+Green+Blue) = 58+70+83=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A4653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4653 is #C5B9AC. Grayscale: #434343. Windows color (decimal): -12958125 or 5457466. OLE color: 5457466.

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

Color convert

RGB 58 70 83 -
CMYK 0.30 0.16 0 0.67
HSL 211.2º 0.18% 0.28% -
HSV(B) 211.2º 0.3% 0.33% -
XYZ 5.5 5.9 9.03 -
YUV 67.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 58 70 83 0.30 0.16 0 0.67 211.2 0.18 0.28
Hex 3A 46 53 1E 10 0 43 D3 12 1C
Octal 72 106 123 36 20 0 103 323 22 34
Binary 111010 1000110 1010011 11110 10000 0 1000011 11010011 10010 11100

Color Harmonies of #3A4653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4653

Black with #3A4653

Text Example


Text Example

White with #3A4653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,83); }

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

background-color css

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

 a { background-color: rgb(58,70,83); }

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

border-color css

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

 span { border-color: rgb(58,70,83); }

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