Html Css Color HEX #3F4460 Port Gore

📋 copy color: '#3F4460'

red 63 ◦ green 68 ◦ blue 96

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

Shades of Port Gore #3F4460

Tints of Port Gore #3F4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 27.75%
G = 29.96%
B = 42.29%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F4460 (or 0x3F4460) is known color: Port Gore. HEX triplet: 3F, 44 and 60. RGB value is (63,68,96). Sum of RGB (Red+Green+Blue) = 63+68+96=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4460 is #C0BB9F. Grayscale: #454545. Windows color (decimal): -12630944 or 6308927. OLE color: 6308927.

HSL color Cylindrical-coordinate representation of color #3F4460: hue angle of 230.91º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F4460 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 68 96 -
CMYK 0.34 0.29 0 0.62
HSL 230.91º 0.21% 0.31% -
HSV(B) 230.91º 0.34% 0.38% -
XYZ 6.23 6.04 11.9 -
YUV 69.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 63 68 96 0.34 0.29 0 0.62 230.91 0.21 0.31
Hex 3F 44 60 22 1D 0 3E E7 15 1F
Octal 77 104 140 42 35 0 76 347 25 37
Binary 111111 1000100 1100000 100010 11101 0 111110 11100111 10101 11111

Color Harmonies of #3F4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4460

Black with #3F4460

Text Example


Text Example

White with #3F4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,96); }

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

background-color css

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

 a { background-color: rgb(63,68,96); }

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

border-color css

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

 span { border-color: rgb(63,68,96); }

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