Html Css Color HEX #3D4373 Port Gore

📋 copy color: '#3D4373'

red 61 ◦ green 67 ◦ blue 115

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

Shades of Port Gore #3D4373

Tints of Port Gore #3D4373

RGB

 RED value IS 61 (24.22% from 255) = 25.1%

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

 BLUE value IS 115 (45.31% from 255) = 47.33%

R = 25.1%
G = 27.57%
B = 47.33%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D4373 (or 0x3D4373) is known color: Port Gore. HEX triplet: 3D, 43 and 73. RGB value is (61,67,115). Sum of RGB (Red+Green+Blue) = 61+67+115=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4373 is #C2BC8C. Grayscale: #464646. Windows color (decimal): -12762253 or 7553853. OLE color: 7553853.

HSL color Cylindrical-coordinate representation of color #3D4373: hue angle of 233.33º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D4373 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 67 115 -
CMYK 0.47 0.42 0 0.55
HSL 233.33º 0.31% 0.35% -
HSV(B) 233.33º 0.47% 0.45% -
XYZ 7.03 6.24 17.05 -
YUV 70.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 61 67 115 0.47 0.42 0 0.55 233.33 0.31 0.35
Hex 3D 43 73 2F 2A 0 37 E9 1F 23
Octal 75 103 163 57 52 0 67 351 37 43
Binary 111101 1000011 1110011 101111 101010 0 110111 11101001 11111 100011

Color Harmonies of #3D4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4373

Black with #3D4373

Text Example


Text Example

White with #3D4373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,67,115); }

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

background-color css

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

 a { background-color: rgb(61,67,115); }

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

border-color css

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

 span { border-color: rgb(61,67,115); }

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