Html Css Color HEX #285E66 Blumine

📋 copy color: '#285E66'

red 40 ◦ green 94 ◦ blue 102

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

Shades of Blumine #285E66

Tints of Blumine #285E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.83%

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 16.95%
G = 39.83%
B = 43.22%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#285E66 (or 0x285E66) is known color: Blumine. HEX triplet: 28, 5E and 66. RGB value is (40,94,102). Sum of RGB (Red+Green+Blue) = 40+94+102=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #285E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E66 is #D7A199. Grayscale: #4E4E4E. Windows color (decimal): -14131610 or 6708776. OLE color: 6708776.

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

Color convert

RGB 40 94 102 -
CMYK 0.61 0.08 0 0.6
HSL 187.74º 0.44% 0.28% -
HSV(B) 187.74º 0.61% 0.4% -
XYZ 7.28 9.42 14 -
YUV 78.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 40 94 102 0.61 0.08 0 0.6 187.74 0.44 0.28
Hex 28 5E 66 3D 8 0 3C BC 2C 1C
Octal 50 136 146 75 10 0 74 274 54 34
Binary 101000 1011110 1100110 111101 1000 0 111100 10111100 101100 11100

Color Harmonies of #285E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E66

Black with #285E66

Text Example


Text Example

White with #285E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,94,102); }

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

background-color css

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

 a { background-color: rgb(40,94,102); }

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

border-color css

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

 span { border-color: rgb(40,94,102); }

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