Html Css Color HEX #3D4474 Port Gore

📋 copy color: '#3D4474'

red 61 ◦ green 68 ◦ blue 116

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

Shades of Port Gore #3D4474

Tints of Port Gore #3D4474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 24.9%
G = 27.76%
B = 47.35%

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

#3D4474 (or 0x3D4474) is known color: Port Gore. HEX triplet: 3D, 44 and 74. RGB value is (61,68,116). Sum of RGB (Red+Green+Blue) = 61+68+116=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D4474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4474 is #C2BB8B. Grayscale: #474747. Windows color (decimal): -12761996 or 7619645. OLE color: 7619645.

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

Color convert

RGB 61 68 116 -
CMYK 0.47 0.41 0 0.55
HSL 232.36º 0.31% 0.35% -
HSV(B) 232.36º 0.47% 0.45% -
XYZ 7.14 6.39 17.38 -
YUV 71.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 61 68 116 0.47 0.41 0 0.55 232.36 0.31 0.35
Hex 3D 44 74 2F 29 0 37 E8 1F 23
Octal 75 104 164 57 51 0 67 350 37 43
Binary 111101 1000100 1110100 101111 101001 0 110111 11101000 11111 100011

Color Harmonies of #3D4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4474

Black with #3D4474

Text Example


Text Example

White with #3D4474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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