#32387D

Color #32387D Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #32387D

Tints of Torea Bay #32387D

Color information

#32387D (or 0x32387D) is unknown color: approx Torea Bay. HEX triplet: 32, 38 and 7D. RGB value is (50,56,125). Sum of RGB (Red+Green+Blue) = 50+56+125=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #32387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32387D is #CDC782. Grayscale: #3D3D3D. Windows color (decimal): -13485955 or 8206386. OLE color: 8206386.

HSL color Cylindrical-coordinate representation of color #32387D: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32387D is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5056125-
CMYK0.600.5500.51
HSL235.2º42.86%34.31%-
HSV(B)235.2º60%49.02%-
XYZ6.434.9920.03-
YUV62.07163.51119.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 125 (49.22% from 255) = 54.11%
R=21.65%
G=24.24%
B=54.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50561250.600.5500.51235.242.8634.31
Hex32387D3C37033eb2b22
Octal627017574670633535342
Binary1100101110001111101111100110111011001111101011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32387D; }

 p { color: rgb(50,56,125); }

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

<style>
 a { background-color: #32387D; }

 a { background-color: rgb(50,56,125); }

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

<style>
 span { border-color: #32387D; }

 span { border-color: rgb(50,56,125); }

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