#285C69

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

Shades of Blumine #285C69

Tints of Blumine #285C69

Color information

#285C69 (or 0x285C69) is unknown color: approx Blumine. HEX triplet: 28, 5C and 69. RGB value is (40,92,105). Sum of RGB (Red+Green+Blue) = 40+92+105=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #285C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C69 is #D7A396. Grayscale: #4D4D4D. Windows color (decimal): -14132119 or 6904872. OLE color: 6904872.

HSL color Cylindrical-coordinate representation of color #285C69: hue angle of 192º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285C69 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4092105-
CMYK0.620.1200.59
HSL192º44.83%28.43%-
HSV(B)192º61.9%41.18%-
XYZ7.259.1314.74-
YUV77.93143.27100.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=16.88%
G=38.82%
B=44.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40921050.620.1200.5919244.8328.43
Hex285C693EC03Bc02d1c
Octal5013415176140733005534
Binary10100010111001101001111110110001110111100000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285C69; }

 p { color: rgb(40,92,105); }

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

<style>
 a { background-color: #285C69; }

 a { background-color: rgb(40,92,105); }

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

<style>
 span { border-color: #285C69; }

 span { border-color: rgb(40,92,105); }

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