Html Css Color HEX #3F4267 Port Gore

📋 copy color: '#3F4267'

red 63 ◦ green 66 ◦ blue 103

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

Shades of Port Gore #3F4267

Tints of Port Gore #3F4267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 103 (40.63% from 255) = 44.4%

R = 27.16%
G = 28.45%
B = 44.4%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3F4267 (or 0x3F4267) is known color: Port Gore. HEX triplet: 3F, 42 and 67. RGB value is (63,66,103). Sum of RGB (Red+Green+Blue) = 63+66+103=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4267 is #C0BD98. Grayscale: #454545. Windows color (decimal): -12631449 or 6767167. OLE color: 6767167.

HSL color Cylindrical-coordinate representation of color #3F4267: hue angle of 235.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4267 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 66 103 -
CMYK 0.39 0.36 0 0.60
HSL 235.5º 0.24% 0.33% -
HSV(B) 235.5º 0.39% 0.4% -
XYZ 6.45 5.93 13.64 -
YUV 69.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 63 66 103 0.39 0.36 0 0.60 235.5 0.24 0.33
Hex 3F 42 67 27 24 0 3C EC 18 21
Octal 77 102 147 47 44 0 74 354 30 41
Binary 111111 1000010 1100111 100111 100100 0 111100 11101100 11000 100001

Color Harmonies of #3F4267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4267

Black with #3F4267

Text Example


Text Example

White with #3F4267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,66,103); }

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

background-color css

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

 a { background-color: rgb(63,66,103); }

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

border-color css

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

 span { border-color: rgb(63,66,103); }

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