Html Css Color HEX #3F4877 Port Gore

📋 copy color: '#3F4877'

red 63 ◦ green 72 ◦ blue 119

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

Shades of Port Gore #3F4877

Tints of Port Gore #3F4877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 24.8%
G = 28.35%
B = 46.85%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4877 (or 0x3F4877) is known color: Port Gore. HEX triplet: 3F, 48 and 77. RGB value is (63,72,119). Sum of RGB (Red+Green+Blue) = 63+72+119=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4877 is #C0B788. Grayscale: #4A4A4A. Windows color (decimal): -12629897 or 7817279. OLE color: 7817279.

HSL color Cylindrical-coordinate representation of color #3F4877: hue angle of 230.36º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4877 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 72 119 -
CMYK 0.47 0.39 0 0.53
HSL 230.36º 0.31% 0.36% -
HSV(B) 230.36º 0.47% 0.47% -
XYZ 7.7 7.02 18.4 -
YUV 74.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 63 72 119 0.47 0.39 0 0.53 230.36 0.31 0.36
Hex 3F 48 77 2F 27 0 35 E6 1F 24
Octal 77 110 167 57 47 0 65 346 37 44
Binary 111111 1001000 1110111 101111 100111 0 110101 11100110 11111 100100

Color Harmonies of #3F4877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4877

Black with #3F4877

Text Example


Text Example

White with #3F4877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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