Html Css Color HEX #285C65 Blumine

📋 copy color: '#285C65'

red 40 ◦ green 92 ◦ blue 101

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

Shades of Blumine #285C65

Tints of Blumine #285C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.48%

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

R = 17.17%
G = 39.48%
B = 43.35%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#285C65 (or 0x285C65) is known color: Blumine. HEX triplet: 28, 5C and 65. RGB value is (40,92,101). Sum of RGB (Red+Green+Blue) = 40+92+101=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #285C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C65 is #D7A39A. Grayscale: #4D4D4D. Windows color (decimal): -14132123 or 6642728. OLE color: 6642728.

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

Color convert

RGB 40 92 101 -
CMYK 0.60 0.09 0 0.60
HSL 188.85º 0.43% 0.28% -
HSV(B) 188.85º 0.6% 0.4% -
XYZ 7.05 9.04 13.69 -
YUV 77.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 40 92 101 0.60 0.09 0 0.60 188.85 0.43 0.28
Hex 28 5C 65 3C 9 0 3C BD 2B 1C
Octal 50 134 145 74 11 0 74 275 53 34
Binary 101000 1011100 1100101 111100 1001 0 111100 10111101 101011 11100

Color Harmonies of #285C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C65

Black with #285C65

Text Example


Text Example

White with #285C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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