Html Css Color HEX #3F4675 Port Gore

📋 copy color: '#3F4675'

red 63 ◦ green 70 ◦ blue 117

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

Shades of Port Gore #3F4675

Tints of Port Gore #3F4675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 25.2%
G = 28%
B = 46.8%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F4675 (or 0x3F4675) is known color: Port Gore. HEX triplet: 3F, 46 and 75. RGB value is (63,70,117). Sum of RGB (Red+Green+Blue) = 63+70+117=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4675 is #C0B98A. Grayscale: #494949. Windows color (decimal): -12630411 or 7685695. OLE color: 7685695.

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

Color convert

RGB 63 70 117 -
CMYK 0.46 0.40 0 0.54
HSL 232.22º 0.3% 0.35% -
HSV(B) 232.22º 0.46% 0.46% -
XYZ 7.45 6.72 17.73 -
YUV 73.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 63 70 117 0.46 0.40 0 0.54 232.22 0.3 0.35
Hex 3F 46 75 2E 28 0 36 E8 1E 23
Octal 77 106 165 56 50 0 66 350 36 43
Binary 111111 1000110 1110101 101110 101000 0 110110 11101000 11110 100011

Color Harmonies of #3F4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4675

Black with #3F4675

Text Example


Text Example

White with #3F4675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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