Html Css Color HEX #3D4678 Port Gore

📋 copy color: '#3D4678'

red 61 ◦ green 70 ◦ blue 120

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

Shades of Port Gore #3D4678

Tints of Port Gore #3D4678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 120 (47.27% from 255) = 47.81%

R = 24.3%
G = 27.89%
B = 47.81%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D4678 (or 0x3D4678) is known color: Port Gore. HEX triplet: 3D, 46 and 78. RGB value is (61,70,120). Sum of RGB (Red+Green+Blue) = 61+70+120=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D4678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4678 is #C2B987. Grayscale: #484848. Windows color (decimal): -12761480 or 7882301. OLE color: 7882301.

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

Color convert

RGB 61 70 120 -
CMYK 0.49 0.42 0 0.53
HSL 230.85º 0.33% 0.35% -
HSV(B) 230.85º 0.49% 0.47% -
XYZ 7.5 6.73 18.67 -
YUV 73.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 61 70 120 0.49 0.42 0 0.53 230.85 0.33 0.35
Hex 3D 46 78 31 2A 0 35 E7 21 23
Octal 75 106 170 61 52 0 65 347 41 43
Binary 111101 1000110 1111000 110001 101010 0 110101 11100111 100001 100011

Color Harmonies of #3D4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4678

Black with #3D4678

Text Example


Text Example

White with #3D4678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,70,120); }

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

background-color css

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

 a { background-color: rgb(61,70,120); }

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

border-color css

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

 span { border-color: rgb(61,70,120); }

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