Html Css Color HEX #285A65 Blumine

📋 copy color: '#285A65'

red 40 ◦ green 90 ◦ blue 101

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

Shades of Blumine #285A65

Tints of Blumine #285A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 17.32%
G = 38.96%
B = 43.72%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#285A65 (or 0x285A65) is known color: Blumine. HEX triplet: 28, 5A and 65. RGB value is (40,90,101). Sum of RGB (Red+Green+Blue) = 40+90+101=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #285A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A65 is #D7A59A. Grayscale: #4C4C4C. Windows color (decimal): -14132635 or 6642216. OLE color: 6642216.

HSL color Cylindrical-coordinate representation of color #285A65: hue angle of 190.82º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285A65 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 90 101 -
CMYK 0.60 0.11 0 0.60
HSL 190.82º 0.43% 0.28% -
HSV(B) 190.82º 0.6% 0.4% -
XYZ 6.88 8.7 13.63 -
YUV 76.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 40 90 101 0.60 0.11 0 0.60 190.82 0.43 0.28
Hex 28 5A 65 3C B 0 3C BF 2B 1C
Octal 50 132 145 74 13 0 74 277 53 34
Binary 101000 1011010 1100101 111100 1011 0 111100 10111111 101011 11100

Color Harmonies of #285A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A65

Black with #285A65

Text Example


Text Example

White with #285A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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