Html Css Color HEX #285A63 Blumine

📋 copy color: '#285A63'

red 40 ◦ green 90 ◦ blue 99

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

Shades of Blumine #285A63

Tints of Blumine #285A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

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

R = 17.47%
G = 39.3%
B = 43.23%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#285A63 (or 0x285A63) is known color: Blumine. HEX triplet: 28, 5A and 63. RGB value is (40,90,99). Sum of RGB (Red+Green+Blue) = 40+90+99=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #285A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A63 is #D7A59C. Grayscale: #4B4B4B. Windows color (decimal): -14132637 or 6511144. OLE color: 6511144.

HSL color Cylindrical-coordinate representation of color #285A63: hue angle of 189.15º 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 #285A63 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 90 99 -
CMYK 0.60 0.09 0 0.61
HSL 189.15º 0.42% 0.27% -
HSV(B) 189.15º 0.6% 0.39% -
XYZ 6.78 8.66 13.12 -
YUV 76.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 40 90 99 0.60 0.09 0 0.61 189.15 0.42 0.27
Hex 28 5A 63 3C 9 0 3D BD 2A 1B
Octal 50 132 143 74 11 0 75 275 52 33
Binary 101000 1011010 1100011 111100 1001 0 111101 10111101 101010 11011

Color Harmonies of #285A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A63

Black with #285A63

Text Example


Text Example

White with #285A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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