Html Css Color HEX #363E5E Bay Of Many

📋 copy color: '#363E5E'

red 54 ◦ green 62 ◦ blue 94

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

Shades of Bay Of Many #363E5E

Tints of Bay Of Many #363E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.76%

R = 25.71%
G = 29.52%
B = 44.76%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#363E5E (or 0x363E5E) is known color: Bay Of Many. HEX triplet: 36, 3E and 5E. RGB value is (54,62,94). Sum of RGB (Red+Green+Blue) = 54+62+94=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #363E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E5E is #C9C1A1. Grayscale: #3F3F3F. Windows color (decimal): -13222306 or 6176310. OLE color: 6176310.

HSL color Cylindrical-coordinate representation of color #363E5E: hue angle of 228º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #363E5E is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 62 94 -
CMYK 0.43 0.34 0 0.63
HSL 228º 0.27% 0.29% -
HSV(B) 228º 0.43% 0.37% -
XYZ 5.26 5.04 11.28 -
YUV 63.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 54 62 94 0.43 0.34 0 0.63 228 0.27 0.29
Hex 36 3E 5E 2B 22 0 3F E4 1B 1D
Octal 66 76 136 53 42 0 77 344 33 35
Binary 110110 111110 1011110 101011 100010 0 111111 11100100 11011 11101

Color Harmonies of #363E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E5E

Black with #363E5E

Text Example


Text Example

White with #363E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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