Html Css Color HEX #3F4676 Port Gore

📋 copy color: '#3F4676'

red 63 ◦ green 70 ◦ blue 118

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

Shades of Port Gore #3F4676

Tints of Port Gore #3F4676

RGB

 RED value IS 63 (25% from 255) = 25.1%

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

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 25.1%
G = 27.89%
B = 47.01%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F4676 (or 0x3F4676) is known color: Port Gore. HEX triplet: 3F, 46 and 76. RGB value is (63,70,118). Sum of RGB (Red+Green+Blue) = 63+70+118=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4676 is #C0B989. Grayscale: #494949. Windows color (decimal): -12630410 or 7751231. OLE color: 7751231.

HSL color Cylindrical-coordinate representation of color #3F4676: hue angle of 232.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4676 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 70 118 -
CMYK 0.47 0.41 0 0.54
HSL 232.36º 0.3% 0.35% -
HSV(B) 232.36º 0.47% 0.46% -
XYZ 7.51 6.75 18.05 -
YUV 73.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 63 70 118 0.47 0.41 0 0.54 232.36 0.3 0.35
Hex 3F 46 76 2F 29 0 36 E8 1E 23
Octal 77 106 166 57 51 0 66 350 36 43
Binary 111111 1000110 1110110 101111 101001 0 110110 11101000 11110 100011

Color Harmonies of #3F4676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4676

Black with #3F4676

Text Example


Text Example

White with #3F4676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,70,118); }

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

background-color css

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

 a { background-color: rgb(63,70,118); }

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

border-color css

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

 span { border-color: rgb(63,70,118); }

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