Html Css Color HEX #3A466A Port Gore

📋 copy color: '#3A466A'

red 58 ◦ green 70 ◦ blue 106

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

Shades of Port Gore #3A466A

Tints of Port Gore #3A466A

RGB

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

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

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

R = 24.79%
G = 29.91%
B = 45.3%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A466A (or 0x3A466A) is known color: Port Gore. HEX triplet: 3A, 46 and 6A. RGB value is (58,70,106). Sum of RGB (Red+Green+Blue) = 58+70+106=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A466A is #C5B995. Grayscale: #464646. Windows color (decimal): -12958102 or 6964794. OLE color: 6964794.

HSL color Cylindrical-coordinate representation of color #3A466A: hue angle of 225º 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 #3A466A is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 70 106 -
CMYK 0.45 0.34 0 0.58
HSL 225º 0.29% 0.32% -
HSV(B) 225º 0.45% 0.42% -
XYZ 6.54 6.32 14.51 -
YUV 70.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 58 70 106 0.45 0.34 0 0.58 225 0.29 0.32
Hex 3A 46 6A 2D 22 0 3A E1 1D 20
Octal 72 106 152 55 42 0 72 341 35 40
Binary 111010 1000110 1101010 101101 100010 0 111010 11100001 11101 100000

Color Harmonies of #3A466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A466A

Black with #3A466A

Text Example


Text Example

White with #3A466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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