Html Css Color HEX #363B5E Bay Of Many

📋 copy color: '#363B5E'

red 54 ◦ green 59 ◦ blue 94

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

Shades of Bay Of Many #363B5E

Tints of Bay Of Many #363B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

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

R = 26.09%
G = 28.5%
B = 45.41%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#363B5E (or 0x363B5E) is known color: Bay Of Many. HEX triplet: 36, 3B and 5E. RGB value is (54,59,94). Sum of RGB (Red+Green+Blue) = 54+59+94=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #363B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B5E is #C9C4A1. Grayscale: #3D3D3D. Windows color (decimal): -13223074 or 6175542. OLE color: 6175542.

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

Color convert

RGB 54 59 94 -
CMYK 0.43 0.37 0 0.63
HSL 232.5º 0.27% 0.29% -
HSV(B) 232.5º 0.43% 0.37% -
XYZ 5.11 4.72 11.23 -
YUV 61.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 54 59 94 0.43 0.37 0 0.63 232.5 0.27 0.29
Hex 36 3B 5E 2B 25 0 3F E8 1B 1D
Octal 66 73 136 53 45 0 77 350 33 35
Binary 110110 111011 1011110 101011 100101 0 111111 11101000 11011 11101

Color Harmonies of #363B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B5E

Black with #363B5E

Text Example


Text Example

White with #363B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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