#285E6E

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

Shades of Blumine #285E6E

Tints of Blumine #285E6E

Color information

#285E6E (or 0x285E6E) is unknown color: approx Blumine. HEX triplet: 28, 5E and 6E. RGB value is (40,94,110). Sum of RGB (Red+Green+Blue) = 40+94+110=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #285E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E6E is #D7A191. Grayscale: #4F4F4F. Windows color (decimal): -14131602 or 7233064. OLE color: 7233064.

HSL color Cylindrical-coordinate representation of color #285E6E: hue angle of 193.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285E6E is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4094110-
CMYK0.640.1500.57
HSL193.71º46.67%29.41%-
HSV(B)193.71º63.64%43.14%-
XYZ7.699.5816.2-
YUV79.68145.1199.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=16.39%
G=38.52%
B=45.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40941100.640.1500.57193.7146.6729.41
Hex285E6E40F039c22f1d
Octal50136156100170713025735
Binary101000101111011011101000000111101110011100001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,110); }

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

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

 a { background-color: rgb(40,94,110); }

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

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

 span { border-color: rgb(40,94,110); }

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