#32858A

Color #32858A Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #32858A

Tints of Blue Chill #32858A

Color information

#32858A (or 0x32858A) is unknown color: approx Blue Chill. HEX triplet: 32, 85 and 8A. RGB value is (50,133,138). Sum of RGB (Red+Green+Blue) = 50+133+138=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #32858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32858A is #CD7A75. Grayscale: #6C6C6C. Windows color (decimal): -13466230 or 9078066. OLE color: 9078066.

HSL color Cylindrical-coordinate representation of color #32858A: hue angle of 183.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32858A is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50133138-
CMYK0.640.0400.46
HSL183.41º46.81%36.86%-
HSV(B)183.41º63.77%54.12%-
XYZ14.2919.2927.01-
YUV108.75144.586.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=15.58%
G=41.43%
B=42.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501331380.640.0400.46183.4146.8136.86
Hex32858A40402Eb72f25
Octal6220521210040562675745
Binary11001010000101100010101000000100010111010110111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32858A; }

 p { color: rgb(50,133,138); }

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

<style>
 a { background-color: #32858A; }

 a { background-color: rgb(50,133,138); }

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

<style>
 span { border-color: #32858A; }

 span { border-color: rgb(50,133,138); }

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