#323B62

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

Shades of Bay Of Many #323B62

Tints of Bay Of Many #323B62

Color information

#323B62 (or 0x323B62) is unknown color: approx Bay Of Many. HEX triplet: 32, 3B and 62. RGB value is (50,59,98). Sum of RGB (Red+Green+Blue) = 50+59+98=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #323B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B62 is #CDC49D. Grayscale: #3C3C3C. Windows color (decimal): -13485214 or 6437682. OLE color: 6437682.

HSL color Cylindrical-coordinate representation of color #323B62: hue angle of 228.75º 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 #323B62 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB505998-
CMYK0.490.4000.62
HSL228.75º32.43%29.02%-
HSV(B)228.75º48.98%38.43%-
XYZ5.084.6912.19-
YUV60.76149.02120.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=24.15%
G=28.50%
B=47.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5059980.490.4000.62228.7532.4329.02
Hex323B62312803Ee5201d
Octal627314261500763454035
Binary110010111011110001011000110100001111101110010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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