Html Css Color HEX #3F4468 Port Gore

📋 copy color: '#3F4468'

red 63 ◦ green 68 ◦ blue 104

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

Shades of Port Gore #3F4468

Tints of Port Gore #3F4468

RGB

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

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

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

R = 26.81%
G = 28.94%
B = 44.26%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F4468 (or 0x3F4468) is known color: Port Gore. HEX triplet: 3F, 44 and 68. RGB value is (63,68,104). Sum of RGB (Red+Green+Blue) = 63+68+104=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4468 is #C0BB97. Grayscale: #464646. Windows color (decimal): -12630936 or 6833215. OLE color: 6833215.

HSL color Cylindrical-coordinate representation of color #3F4468: hue angle of 232.68º 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 #3F4468 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 68 104 -
CMYK 0.39 0.35 0 0.59
HSL 232.68º 0.25% 0.33% -
HSV(B) 232.68º 0.39% 0.41% -
XYZ 6.62 6.19 13.94 -
YUV 70.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 63 68 104 0.39 0.35 0 0.59 232.68 0.25 0.33
Hex 3F 44 68 27 23 0 3B E9 19 21
Octal 77 104 150 47 43 0 73 351 31 41
Binary 111111 1000100 1101000 100111 100011 0 111011 11101001 11001 100001

Color Harmonies of #3F4468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4468

Black with #3F4468

Text Example


Text Example

White with #3F4468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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