#323E62

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

Shades of Bay Of Many #323E62

Tints of Bay Of Many #323E62

Color information

#323E62 (or 0x323E62) is unknown color: approx Bay Of Many. HEX triplet: 32, 3E and 62. RGB value is (50,62,98). Sum of RGB (Red+Green+Blue) = 50+62+98=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #323E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E62 is #CDC19D. Grayscale: #3E3E3E. Windows color (decimal): -13484446 or 6438450. OLE color: 6438450.

HSL color Cylindrical-coordinate representation of color #323E62: hue angle of 225º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #323E62 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB506298-
CMYK0.490.3700.62
HSL225º32.43%29.02%-
HSV(B)225º48.98%38.43%-
XYZ5.245.0112.25-
YUV62.52148.02119.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 62 (24.61% from 255) = 29.52%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=23.81%
G=29.52%
B=46.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5062980.490.3700.6222532.4329.02
Hex323E62312503Ee1201d
Octal627614261450763414035
Binary110010111110110001011000110010101111101110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E62; }

 p { color: rgb(50,62,98); }

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

<style>
 a { background-color: #323E62; }

 a { background-color: rgb(50,62,98); }

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

<style>
 span { border-color: #323E62; }

 span { border-color: rgb(50,62,98); }

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