Html Css Color HEX #285962 Blumine

📋 copy color: '#285962'

red 40 ◦ green 89 ◦ blue 98

#285962
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #285962

Tints of Blumine #285962

RGB

 RED value IS 40 (16.02% from 255) = 17.62%

 GREEN value IS 89 (35.16% from 255) = 39.21%

 BLUE value IS 98 (38.67% from 255) = 43.17%

R = 17.62%
G = 39.21%
B = 43.17%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285962 (or 0x285962) is known color: Blumine. HEX triplet: 28, 59 and 62. RGB value is (40,89,98). Sum of RGB (Red+Green+Blue) = 40+89+98=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #285962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285962 is #D7A69D. Grayscale: #4B4B4B. Windows color (decimal): -14132894 or 6445352. OLE color: 6445352.

HSL color Cylindrical-coordinate representation of color #285962: hue angle of 189.31º 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 #285962 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 89 98 -
CMYK 0.59 0.09 0 0.62
HSL 189.31º 0.42% 0.27% -
HSV(B) 189.31º 0.59% 0.38% -
XYZ 6.65 8.48 12.84 -
YUV 75.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 40 89 98 0.59 0.09 0 0.62 189.31 0.42 0.27
Hex 28 59 62 3B 9 0 3E BD 2A 1B
Octal 50 131 142 73 11 0 76 275 52 33
Binary 101000 1011001 1100010 111011 1001 0 111110 10111101 101010 11011

Color Harmonies of #285962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285962

Black with #285962

Text Example


Text Example

White with #285962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285962; }

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

 H1.HeaderClassName
 {
   color: #285962;
 }
 .AnyTagClassName
 {
   color: #285962;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #285962;
 }
 .BgClassName
 {
   background-color: #285962;
 }
</style>

border-color css

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

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

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