Html Css Color HEX #3F466C Port Gore

📋 copy color: '#3F466C'

red 63 ◦ green 70 ◦ blue 108

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

Shades of Port Gore #3F466C

Tints of Port Gore #3F466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 26.14%
G = 29.05%
B = 44.81%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F466C (or 0x3F466C) is known color: Port Gore. HEX triplet: 3F, 46 and 6C. RGB value is (63,70,108). Sum of RGB (Red+Green+Blue) = 63+70+108=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F466C is #C0B993. Grayscale: #484848. Windows color (decimal): -12630420 or 7095871. OLE color: 7095871.

HSL color Cylindrical-coordinate representation of color #3F466C: hue angle of 230.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F466C is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 70 108 -
CMYK 0.42 0.35 0 0.58
HSL 230.67º 0.26% 0.34% -
HSV(B) 230.67º 0.42% 0.42% -
XYZ 6.95 6.52 15.08 -
YUV 72.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 63 70 108 0.42 0.35 0 0.58 230.67 0.26 0.34
Hex 3F 46 6C 2A 23 0 3A E7 1A 22
Octal 77 106 154 52 43 0 72 347 32 42
Binary 111111 1000110 1101100 101010 100011 0 111010 11100111 11010 100010

Color Harmonies of #3F466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F466C

Black with #3F466C

Text Example


Text Example

White with #3F466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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