#363E68

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

Shades of Bay Of Many #363E68

Tints of Bay Of Many #363E68

Color information

#363E68 (or 0x363E68) is unknown color: approx Bay Of Many. HEX triplet: 36, 3E and 68. RGB value is (54,62,104). Sum of RGB (Red+Green+Blue) = 54+62+104=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #363E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E68 is #C9C197. Grayscale: #404040. Windows color (decimal): -13222296 or 6831670. OLE color: 6831670.

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

Color convert

RGB5462104-
CMYK0.480.4000.59
HSL230.4º31.65%30.98%-
HSV(B)230.4º48.08%40.78%-
XYZ5.745.2313.8-
YUV64.4150.35120.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=24.55%
G=28.18%
B=47.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54621040.480.4000.59230.431.6530.98
Hex363E68302803Be6201f
Octal667615060500733464037
Binary110110111110110100011000010100001110111110011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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