Html Css Color HEX #363E61 Bay Of Many

📋 copy color: '#363E61'

red 54 ◦ green 62 ◦ blue 97

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

Shades of Bay Of Many #363E61

Tints of Bay Of Many #363E61

RGB

 RED value IS 54 (21.48% from 255) = 25.35%

 GREEN value IS 62 (24.61% from 255) = 29.11%

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

R = 25.35%
G = 29.11%
B = 45.54%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363E61 (or 0x363E61) is known color: Bay Of Many. HEX triplet: 36, 3E and 61. RGB value is (54,62,97). Sum of RGB (Red+Green+Blue) = 54+62+97=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #363E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E61 is #C9C19E. Grayscale: #3F3F3F. Windows color (decimal): -13222303 or 6372918. OLE color: 6372918.

HSL color Cylindrical-coordinate representation of color #363E61: hue angle of 228.84º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363E61 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 62 97 -
CMYK 0.44 0.36 0 0.62
HSL 228.84º 0.28% 0.3% -
HSV(B) 228.84º 0.44% 0.38% -
XYZ 5.4 5.09 12.01 -
YUV 63.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 54 62 97 0.44 0.36 0 0.62 228.84 0.28 0.3
Hex 36 3E 61 2C 24 0 3E E5 1C 1E
Octal 66 76 141 54 44 0 76 345 34 36
Binary 110110 111110 1100001 101100 100100 0 111110 11100101 11100 11110

Color Harmonies of #363E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E61

Black with #363E61

Text Example


Text Example

White with #363E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363E61; }

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

 H1.HeaderClassName
 {
   color: #363E61;
 }
 .AnyTagClassName
 {
   color: #363E61;
 }
</style>

background-color css

<style>
 a { background-color: #363E61; }

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

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

border-color css

<style>
 span { border-color: #363E61; }

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

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