#32637B

Color #32637B Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #32637B

Tints of Blumine #32637B

Color information

#32637B (or 0x32637B) is unknown color: approx Blumine. HEX triplet: 32, 63 and 7B. RGB value is (50,99,123). Sum of RGB (Red+Green+Blue) = 50+99+123=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #32637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32637B is #CD9C84. Grayscale: #565656. Windows color (decimal): -13474949 or 8086322. OLE color: 8086322.

HSL color Cylindrical-coordinate representation of color #32637B: hue angle of 199.73º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32637B is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5099123-
CMYK0.590.2000.52
HSL199.73º42.2%33.92%-
HSV(B)199.73º59.35%48.24%-
XYZ9.3511.0320.38-
YUV87.08148.27101.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=18.38%
G=36.40%
B=45.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50991230.590.2000.52199.7342.233.92
Hex32637B3B14034c82a22
Octal6214317373240643105242
Binary1100101100011111101111101110100011010011001000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32637B; }

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

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

<style>
 a { background-color: #32637B; }

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

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

<style>
 span { border-color: #32637B; }

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

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