Html Css Color HEX #3E4461 Bay Of Many

📋 copy color: '#3E4461'

red 62 ◦ green 68 ◦ blue 97

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

Shades of Bay Of Many #3E4461

Tints of Bay Of Many #3E4461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 27.31%
G = 29.96%
B = 42.73%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E4461 (or 0x3E4461) is known color: Bay Of Many. HEX triplet: 3E, 44 and 61. RGB value is (62,68,97). Sum of RGB (Red+Green+Blue) = 62+68+97=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4461 is #C1BB9E. Grayscale: #454545. Windows color (decimal): -12696479 or 6374462. OLE color: 6374462.

HSL color Cylindrical-coordinate representation of color #3E4461: hue angle of 229.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E4461 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 68 97 -
CMYK 0.36 0.30 0 0.62
HSL 229.71º 0.22% 0.31% -
HSV(B) 229.71º 0.36% 0.38% -
XYZ 6.21 6.02 12.14 -
YUV 69.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 62 68 97 0.36 0.30 0 0.62 229.71 0.22 0.31
Hex 3E 44 61 24 1E 0 3E E6 16 1F
Octal 76 104 141 44 36 0 76 346 26 37
Binary 111110 1000100 1100001 100100 11110 0 111110 11100110 10110 11111

Color Harmonies of #3E4461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4461

Black with #3E4461

Text Example


Text Example

White with #3E4461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,68,97); }

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

background-color css

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

 a { background-color: rgb(62,68,97); }

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

border-color css

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

 span { border-color: rgb(62,68,97); }

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