#285A62

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

Shades of Blumine #285A62

Tints of Blumine #285A62

Color information

#285A62 (or 0x285A62) is unknown color: approx Blumine. HEX triplet: 28, 5A and 62. RGB value is (40,90,98). Sum of RGB (Red+Green+Blue) = 40+90+98=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #285A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A62 is #D7A59D. Grayscale: #4B4B4B. Windows color (decimal): -14132638 or 6445608. OLE color: 6445608.

HSL color Cylindrical-coordinate representation of color #285A62: hue angle of 188.28º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #285A62 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB409098-
CMYK0.590.0800.62
HSL188.28º42.03%27.06%-
HSV(B)188.28º59.18%38.43%-
XYZ6.748.6512.87-
YUV75.96140.44102.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=17.54%
G=39.47%
B=42.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4090980.590.0800.62188.2842.0327.06
Hex285A623B803Ebc2a1b
Octal5013214273100762745233
Binary10100010110101100010111011100001111101011110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,90,98); }

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

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

 a { background-color: rgb(40,90,98); }

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

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

 span { border-color: rgb(40,90,98); }

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