Html Css Color HEX #3F4D68 East Bay

📋 copy color: '#3F4D68'

red 63 ◦ green 77 ◦ blue 104

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

Shades of East Bay #3F4D68

Tints of East Bay #3F4D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

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

R = 25.82%
G = 31.56%
B = 42.62%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F4D68 (or 0x3F4D68) is known color: East Bay. HEX triplet: 3F, 4D and 68. RGB value is (63,77,104). Sum of RGB (Red+Green+Blue) = 63+77+104=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4D68 is #C0B297. Grayscale: #4B4B4B. Windows color (decimal): -12628632 or 6835519. OLE color: 6835519.

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

Color convert

RGB 63 77 104 -
CMYK 0.39 0.26 0 0.59
HSL 219.51º 0.25% 0.33% -
HSV(B) 219.51º 0.39% 0.41% -
XYZ 7.2 7.36 14.14 -
YUV 75.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 63 77 104 0.39 0.26 0 0.59 219.51 0.25 0.33
Hex 3F 4D 68 27 1A 0 3B DC 19 21
Octal 77 115 150 47 32 0 73 334 31 41
Binary 111111 1001101 1101000 100111 11010 0 111011 11011100 11001 100001

Color Harmonies of #3F4D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4D68

Black with #3F4D68

Text Example


Text Example

White with #3F4D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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