Html Css Color HEX #3F4868 Port Gore

📋 copy color: '#3F4868'

red 63 ◦ green 72 ◦ blue 104

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

Shades of Port Gore #3F4868

Tints of Port Gore #3F4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 26.36%
G = 30.13%
B = 43.51%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F4868 (or 0x3F4868) is known color: Port Gore. HEX triplet: 3F, 48 and 68. RGB value is (63,72,104). Sum of RGB (Red+Green+Blue) = 63+72+104=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4868 is #C0B797. Grayscale: #484848. Windows color (decimal): -12629912 or 6834239. OLE color: 6834239.

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

Color convert

RGB 63 72 104 -
CMYK 0.39 0.31 0 0.59
HSL 226.83º 0.25% 0.33% -
HSV(B) 226.83º 0.39% 0.41% -
XYZ 6.87 6.69 14.03 -
YUV 72.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 63 72 104 0.39 0.31 0 0.59 226.83 0.25 0.33
Hex 3F 48 68 27 1F 0 3B E3 19 21
Octal 77 110 150 47 37 0 73 343 31 41
Binary 111111 1001000 1101000 100111 11111 0 111011 11100011 11001 100001

Color Harmonies of #3F4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4868

Black with #3F4868

Text Example


Text Example

White with #3F4868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,104); }

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

background-color css

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

 a { background-color: rgb(63,72,104); }

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

border-color css

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

 span { border-color: rgb(63,72,104); }

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