Html Css Color HEX #3F4568 Port Gore

📋 copy color: '#3F4568'

red 63 ◦ green 69 ◦ blue 104

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

Shades of Port Gore #3F4568

Tints of Port Gore #3F4568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 26.69%
G = 29.24%
B = 44.07%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F4568 (or 0x3F4568) is known color: Port Gore. HEX triplet: 3F, 45 and 68. RGB value is (63,69,104). Sum of RGB (Red+Green+Blue) = 63+69+104=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4568 is #C0BA97. Grayscale: #474747. Windows color (decimal): -12630680 or 6833471. OLE color: 6833471.

HSL color Cylindrical-coordinate representation of color #3F4568: hue angle of 231.22º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4568 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 69 104 -
CMYK 0.39 0.34 0 0.59
HSL 231.22º 0.25% 0.33% -
HSV(B) 231.22º 0.39% 0.41% -
XYZ 6.68 6.31 13.96 -
YUV 71.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 63 69 104 0.39 0.34 0 0.59 231.22 0.25 0.33
Hex 3F 45 68 27 22 0 3B E7 19 21
Octal 77 105 150 47 42 0 73 347 31 41
Binary 111111 1000101 1101000 100111 100010 0 111011 11100111 11001 100001

Color Harmonies of #3F4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4568

Black with #3F4568

Text Example


Text Example

White with #3F4568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,69,104); }

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

background-color css

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

 a { background-color: rgb(63,69,104); }

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

border-color css

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

 span { border-color: rgb(63,69,104); }

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