Html Css Color HEX #3E425F Bay Of Many

📋 copy color: '#3E425F'

red 62 ◦ green 66 ◦ blue 95

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

Shades of Bay Of Many #3E425F

Tints of Bay Of Many #3E425F

RGB

 RED value IS 62 (24.61% from 255) = 27.8%

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 27.8%
G = 29.6%
B = 42.6%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E425F (or 0x3E425F) is known color: Bay Of Many. HEX triplet: 3E, 42 and 5F. RGB value is (62,66,95). Sum of RGB (Red+Green+Blue) = 62+66+95=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E425F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E425F is #C1BDA0. Grayscale: #434343. Windows color (decimal): -12696993 or 6242878. OLE color: 6242878.

HSL color Cylindrical-coordinate representation of color #3E425F: hue angle of 232.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E425F is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 62 66 95 -
CMYK 0.35 0.31 0 0.63
HSL 232.73º 0.21% 0.31% -
HSV(B) 232.73º 0.35% 0.37% -
XYZ 6 5.75 11.62 -
YUV 68.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 62 66 95 0.35 0.31 0 0.63 232.73 0.21 0.31
Hex 3E 42 5F 23 1F 0 3F E9 15 1F
Octal 76 102 137 43 37 0 77 351 25 37
Binary 111110 1000010 1011111 100011 11111 0 111111 11101001 10101 11111

Color Harmonies of #3E425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E425F

Black with #3E425F

Text Example


Text Example

White with #3E425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,66,95); }

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

background-color css

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

 a { background-color: rgb(62,66,95); }

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

border-color css

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

 span { border-color: rgb(62,66,95); }

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