Html Css Color HEX #3D4263 Port Gore

📋 copy color: '#3D4263'

red 61 ◦ green 66 ◦ blue 99

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

Shades of Port Gore #3D4263

Tints of Port Gore #3D4263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 26.99%
G = 29.2%
B = 43.81%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3D4263 (or 0x3D4263) is known color: Port Gore. HEX triplet: 3D, 42 and 63. RGB value is (61,66,99). Sum of RGB (Red+Green+Blue) = 61+66+99=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4263 is #C2BD9C. Grayscale: #444444. Windows color (decimal): -12762525 or 6505021. OLE color: 6505021.

HSL color Cylindrical-coordinate representation of color #3D4263: hue angle of 232.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D4263 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 61 66 99 -
CMYK 0.38 0.33 0 0.61
HSL 232.11º 0.24% 0.31% -
HSV(B) 232.11º 0.38% 0.39% -
XYZ 6.12 5.79 12.6 -
YUV 68.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 61 66 99 0.38 0.33 0 0.61 232.11 0.24 0.31
Hex 3D 42 63 26 21 0 3D E8 18 1F
Octal 75 102 143 46 41 0 75 350 30 37
Binary 111101 1000010 1100011 100110 100001 0 111101 11101000 11000 11111

Color Harmonies of #3D4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4263

Black with #3D4263

Text Example


Text Example

White with #3D4263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,66,99); }

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

background-color css

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

 a { background-color: rgb(61,66,99); }

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

border-color css

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

 span { border-color: rgb(61,66,99); }

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