Html Css Color HEX #3A436D Port Gore

📋 copy color: '#3A436D'

red 58 ◦ green 67 ◦ blue 109

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

Shades of Port Gore #3A436D

Tints of Port Gore #3A436D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

 BLUE value IS 109 (42.97% from 255) = 46.58%

R = 24.79%
G = 28.63%
B = 46.58%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A436D (or 0x3A436D) is known color: Port Gore. HEX triplet: 3A, 43 and 6D. RGB value is (58,67,109). Sum of RGB (Red+Green+Blue) = 58+67+109=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A436D is #C5BC92. Grayscale: #444444. Windows color (decimal): -12958867 or 7160634. OLE color: 7160634.

HSL color Cylindrical-coordinate representation of color #3A436D: hue angle of 229.41º 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 #3A436D is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 67 109 -
CMYK 0.47 0.39 0 0.57
HSL 229.41º 0.31% 0.33% -
HSV(B) 229.41º 0.47% 0.43% -
XYZ 6.51 6.02 15.29 -
YUV 69.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 58 67 109 0.47 0.39 0 0.57 229.41 0.31 0.33
Hex 3A 43 6D 2F 27 0 39 E5 1F 21
Octal 72 103 155 57 47 0 71 345 37 41
Binary 111010 1000011 1101101 101111 100111 0 111001 11100101 11111 100001

Color Harmonies of #3A436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A436D

Black with #3A436D

Text Example


Text Example

White with #3A436D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,67,109); }

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

background-color css

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

 a { background-color: rgb(58,67,109); }

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

border-color css

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

 span { border-color: rgb(58,67,109); }

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