Html Css Color HEX #3A3D6D Port Gore

📋 copy color: '#3A3D6D'

red 58 ◦ green 61 ◦ blue 109

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

Shades of Port Gore #3A3D6D

Tints of Port Gore #3A3D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

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

R = 25.44%
G = 26.75%
B = 47.81%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A3D6D (or 0x3A3D6D) is known color: Port Gore. HEX triplet: 3A, 3D and 6D. RGB value is (58,61,109). Sum of RGB (Red+Green+Blue) = 58+61+109=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A3D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3D6D is #C5C292. Grayscale: #414141. Windows color (decimal): -12960403 or 7159098. OLE color: 7159098.

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

Color convert

RGB 58 61 109 -
CMYK 0.47 0.44 0 0.57
HSL 236.47º 0.31% 0.33% -
HSV(B) 236.47º 0.47% 0.43% -
XYZ 6.17 5.34 15.17 -
YUV 65.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 58 61 109 0.47 0.44 0 0.57 236.47 0.31 0.33
Hex 3A 3D 6D 2F 2C 0 39 EC 1F 21
Octal 72 75 155 57 54 0 71 354 37 41
Binary 111010 111101 1101101 101111 101100 0 111001 11101100 11111 100001

Color Harmonies of #3A3D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3D6D

Black with #3A3D6D

Text Example


Text Example

White with #3A3D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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