Html Css Color HEX #363D61 Bay Of Many

📋 copy color: '#363D61'

red 54 ◦ green 61 ◦ blue 97

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

Shades of Bay Of Many #363D61

Tints of Bay Of Many #363D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.77%

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

R = 25.47%
G = 28.77%
B = 45.75%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363D61 (or 0x363D61) is known color: Bay Of Many. HEX triplet: 36, 3D and 61. RGB value is (54,61,97). Sum of RGB (Red+Green+Blue) = 54+61+97=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #363D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D61 is #C9C29E. Grayscale: #3E3E3E. Windows color (decimal): -13222559 or 6372662. OLE color: 6372662.

HSL color Cylindrical-coordinate representation of color #363D61: hue angle of 230.23º 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 #363D61 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 61 97 -
CMYK 0.44 0.37 0 0.62
HSL 230.23º 0.28% 0.3% -
HSV(B) 230.23º 0.44% 0.38% -
XYZ 5.35 4.98 11.99 -
YUV 63.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 54 61 97 0.44 0.37 0 0.62 230.23 0.28 0.3
Hex 36 3D 61 2C 25 0 3E E6 1C 1E
Octal 66 75 141 54 45 0 76 346 34 36
Binary 110110 111101 1100001 101100 100101 0 111110 11100110 11100 11110

Color Harmonies of #363D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D61

Black with #363D61

Text Example


Text Example

White with #363D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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