Html Css Color HEX #285963 Blumine

📋 copy color: '#285963'

red 40 ◦ green 89 ◦ blue 99

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

Shades of Blumine #285963

Tints of Blumine #285963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.42%

R = 17.54%
G = 39.04%
B = 43.42%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#285963 (or 0x285963) is known color: Blumine. HEX triplet: 28, 59 and 63. RGB value is (40,89,99). Sum of RGB (Red+Green+Blue) = 40+89+99=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #285963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285963 is #D7A69C. Grayscale: #4B4B4B. Windows color (decimal): -14132893 or 6510888. OLE color: 6510888.

HSL color Cylindrical-coordinate representation of color #285963: hue angle of 190.17º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285963 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 89 99 -
CMYK 0.60 0.10 0 0.61
HSL 190.17º 0.42% 0.27% -
HSV(B) 190.17º 0.6% 0.39% -
XYZ 6.7 8.5 13.09 -
YUV 75.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 40 89 99 0.60 0.10 0 0.61 190.17 0.42 0.27
Hex 28 59 63 3C A 0 3D BE 2A 1B
Octal 50 131 143 74 12 0 75 276 52 33
Binary 101000 1011001 1100011 111100 1010 0 111101 10111110 101010 11011

Color Harmonies of #285963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285963

Black with #285963

Text Example


Text Example

White with #285963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285963; }

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

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

background-color css

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

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

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

border-color css

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

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

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