Html Css Color HEX #3F4865 Port Gore

📋 copy color: '#3F4865'

red 63 ◦ green 72 ◦ blue 101

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

Shades of Port Gore #3F4865

Tints of Port Gore #3F4865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 26.69%
G = 30.51%
B = 42.8%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3F4865 (or 0x3F4865) is known color: Port Gore. HEX triplet: 3F, 48 and 65. RGB value is (63,72,101). Sum of RGB (Red+Green+Blue) = 63+72+101=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F4865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4865 is #C0B79A. Grayscale: #484848. Windows color (decimal): -12629915 or 6637631. OLE color: 6637631.

HSL color Cylindrical-coordinate representation of color #3F4865: hue angle of 225.79º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4865 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 72 101 -
CMYK 0.38 0.29 0 0.60
HSL 225.79º 0.23% 0.32% -
HSV(B) 225.79º 0.38% 0.4% -
XYZ 6.72 6.63 13.24 -
YUV 72.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 63 72 101 0.38 0.29 0 0.60 225.79 0.23 0.32
Hex 3F 48 65 26 1D 0 3C E2 17 20
Octal 77 110 145 46 35 0 74 342 27 40
Binary 111111 1001000 1100101 100110 11101 0 111100 11100010 10111 100000

Color Harmonies of #3F4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4865

Black with #3F4865

Text Example


Text Example

White with #3F4865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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