#363E69

Color #363E69 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #363E69

Tints of Bay Of Many #363E69

Color information

#363E69 (or 0x363E69) is unknown color: approx Bay Of Many. HEX triplet: 36, 3E and 69. RGB value is (54,62,105). Sum of RGB (Red+Green+Blue) = 54+62+105=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #363E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E69 is #C9C196. Grayscale: #404040. Windows color (decimal): -13222295 or 6897206. OLE color: 6897206.

HSL color Cylindrical-coordinate representation of color #363E69: hue angle of 230.59º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #363E69 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5462105-
CMYK0.490.4100.59
HSL230.59º32.08%31.18%-
HSV(B)230.59º48.57%41.18%-
XYZ5.795.2514.07-
YUV64.51150.85120.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=24.43%
G=28.05%
B=47.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54621050.490.4100.59230.5932.0831.18
Hex363E69312903Be7201f
Octal667615161510733474037
Binary110110111110110100111000110100101110111110011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #363E69;
 }
 .AnyTagClassName
 {
   color: #363E69;
 }
</style>
background-color css

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

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

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

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

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

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