#323F63

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

Shades of Bay Of Many #323F63

Tints of Bay Of Many #323F63

Color information

#323F63 (or 0x323F63) is unknown color: approx Bay Of Many. HEX triplet: 32, 3F and 63. RGB value is (50,63,99). Sum of RGB (Red+Green+Blue) = 50+63+99=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #323F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F63 is #CDC09C. Grayscale: #3F3F3F. Windows color (decimal): -13484189 or 6504242. OLE color: 6504242.

HSL color Cylindrical-coordinate representation of color #323F63: hue angle of 224.08º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #323F63 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB506399-
CMYK0.490.3600.61
HSL224.08º32.89%29.22%-
HSV(B)224.08º49.49%38.82%-
XYZ5.355.1312.51-
YUV63.22148.19118.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=23.58%
G=29.72%
B=46.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5063990.490.3600.61224.0832.8929.22
Hex323F63312403De0211d
Octal627714361440753404135
Binary110010111111110001111000110010001111011110000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,63,99); }

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

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

 a { background-color: rgb(50,63,99); }

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

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

 span { border-color: rgb(50,63,99); }

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