Html Css Color HEX #3D4473 Port Gore

📋 copy color: '#3D4473'

red 61 ◦ green 68 ◦ blue 115

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

Shades of Port Gore #3D4473

Tints of Port Gore #3D4473

RGB

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

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

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

R = 25%
G = 27.87%
B = 47.13%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D4473 (or 0x3D4473) is known color: Port Gore. HEX triplet: 3D, 44 and 73. RGB value is (61,68,115). Sum of RGB (Red+Green+Blue) = 61+68+115=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4473 is #C2BB8C. Grayscale: #474747. Windows color (decimal): -12761997 or 7554109. OLE color: 7554109.

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

Color convert

RGB 61 68 115 -
CMYK 0.47 0.41 0 0.55
HSL 232.22º 0.31% 0.35% -
HSV(B) 232.22º 0.47% 0.45% -
XYZ 7.09 6.36 17.07 -
YUV 71.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 61 68 115 0.47 0.41 0 0.55 232.22 0.31 0.35
Hex 3D 44 73 2F 29 0 37 E8 1F 23
Octal 75 104 163 57 51 0 67 350 37 43
Binary 111101 1000100 1110011 101111 101001 0 110111 11101000 11111 100011

Color Harmonies of #3D4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4473

Black with #3D4473

Text Example


Text Example

White with #3D4473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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