Html Css Color HEX #3A496A Port Gore

📋 copy color: '#3A496A'

red 58 ◦ green 73 ◦ blue 106

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

Shades of Port Gore #3A496A

Tints of Port Gore #3A496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 24.47%
G = 30.8%
B = 44.73%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A496A (or 0x3A496A) is known color: Port Gore. HEX triplet: 3A, 49 and 6A. RGB value is (58,73,106). Sum of RGB (Red+Green+Blue) = 58+73+106=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A496A is #C5B695. Grayscale: #484848. Windows color (decimal): -12957334 or 6965562. OLE color: 6965562.

HSL color Cylindrical-coordinate representation of color #3A496A: hue angle of 221.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A496A is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 73 106 -
CMYK 0.45 0.31 0 0.58
HSL 221.25º 0.29% 0.32% -
HSV(B) 221.25º 0.45% 0.42% -
XYZ 6.73 6.71 14.58 -
YUV 72.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 58 73 106 0.45 0.31 0 0.58 221.25 0.29 0.32
Hex 3A 49 6A 2D 1F 0 3A DD 1D 20
Octal 72 111 152 55 37 0 72 335 35 40
Binary 111010 1001001 1101010 101101 11111 0 111010 11011101 11101 100000

Color Harmonies of #3A496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A496A

Black with #3A496A

Text Example


Text Example

White with #3A496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,73,106); }

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

background-color css

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

 a { background-color: rgb(58,73,106); }

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

border-color css

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

 span { border-color: rgb(58,73,106); }

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