#285C6B

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

Shades of Blumine #285C6B

Tints of Blumine #285C6B

Color information

#285C6B (or 0x285C6B) is unknown color: approx Blumine. HEX triplet: 28, 5C and 6B. RGB value is (40,92,107). Sum of RGB (Red+Green+Blue) = 40+92+107=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #285C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C6B is #D7A394. Grayscale: #4E4E4E. Windows color (decimal): -14132117 or 7035944. OLE color: 7035944.

HSL color Cylindrical-coordinate representation of color #285C6B: hue angle of 193.43º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285C6B is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4092107-
CMYK0.630.1400.58
HSL193.43º45.58%28.82%-
HSV(B)193.43º62.62%41.96%-
XYZ7.369.1715.29-
YUV78.16144.27100.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=16.74%
G=38.49%
B=44.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40921070.630.1400.58193.4345.5828.82
Hex285C6B3FE03Ac12e1d
Octal5013415377160723015635
Binary10100010111001101011111111111001110101100000110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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