Html Css Color HEX #3A446E Port Gore

📋 copy color: '#3A446E'

red 58 ◦ green 68 ◦ blue 110

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

Shades of Port Gore #3A446E

Tints of Port Gore #3A446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 24.58%
G = 28.81%
B = 46.61%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A446E (or 0x3A446E) is known color: Port Gore. HEX triplet: 3A, 44 and 6E. RGB value is (58,68,110). Sum of RGB (Red+Green+Blue) = 58+68+110=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A446E is #C5BB91. Grayscale: #454545. Windows color (decimal): -12958610 or 7226426. OLE color: 7226426.

HSL color Cylindrical-coordinate representation of color #3A446E: hue angle of 228.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A446E is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 68 110 -
CMYK 0.47 0.38 0 0.57
HSL 228.46º 0.31% 0.33% -
HSV(B) 228.46º 0.47% 0.43% -
XYZ 6.63 6.16 15.59 -
YUV 69.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 58 68 110 0.47 0.38 0 0.57 228.46 0.31 0.33
Hex 3A 44 6E 2F 26 0 39 E4 1F 21
Octal 72 104 156 57 46 0 71 344 37 41
Binary 111010 1000100 1101110 101111 100110 0 111001 11100100 11111 100001

Color Harmonies of #3A446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A446E

Black with #3A446E

Text Example


Text Example

White with #3A446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,68,110); }

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

background-color css

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

 a { background-color: rgb(58,68,110); }

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

border-color css

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

 span { border-color: rgb(58,68,110); }

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