Html Css Color HEX #3A496F Port Gore

📋 copy color: '#3A496F'

red 58 ◦ green 73 ◦ blue 111

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

Shades of Port Gore #3A496F

Tints of Port Gore #3A496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 23.97%
G = 30.17%
B = 45.87%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A496F (or 0x3A496F) is known color: Port Gore. HEX triplet: 3A, 49 and 6F. RGB value is (58,73,111). Sum of RGB (Red+Green+Blue) = 58+73+111=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A496F is #C5B690. Grayscale: #484848. Windows color (decimal): -12957329 or 7293242. OLE color: 7293242.

HSL color Cylindrical-coordinate representation of color #3A496F: hue angle of 223.02º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A496F is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 73 111 -
CMYK 0.48 0.34 0 0.56
HSL 223.02º 0.31% 0.33% -
HSV(B) 223.02º 0.48% 0.44% -
XYZ 7 6.81 15.99 -
YUV 72.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 58 73 111 0.48 0.34 0 0.56 223.02 0.31 0.33
Hex 3A 49 6F 30 22 0 38 DF 1F 21
Octal 72 111 157 60 42 0 70 337 37 41
Binary 111010 1001001 1101111 110000 100010 0 111000 11011111 11111 100001

Color Harmonies of #3A496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A496F

Black with #3A496F

Text Example


Text Example

White with #3A496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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