Html Css Color HEX #285E6C Blumine

📋 copy color: '#285E6C'

red 40 ◦ green 94 ◦ blue 108

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

Shades of Blumine #285E6C

Tints of Blumine #285E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 16.53%
G = 38.84%
B = 44.63%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#285E6C (or 0x285E6C) is known color: Blumine. HEX triplet: 28, 5E and 6C. RGB value is (40,94,108). Sum of RGB (Red+Green+Blue) = 40+94+108=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #285E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E6C is #D7A193. Grayscale: #4F4F4F. Windows color (decimal): -14131604 or 7101992. OLE color: 7101992.

HSL color Cylindrical-coordinate representation of color #285E6C: hue angle of 192.35º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285E6C is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 94 108 -
CMYK 0.63 0.13 0 0.58
HSL 192.35º 0.46% 0.29% -
HSV(B) 192.35º 0.63% 0.42% -
XYZ 7.58 9.54 15.63 -
YUV 79.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 40 94 108 0.63 0.13 0 0.58 192.35 0.46 0.29
Hex 28 5E 6C 3F D 0 3A C0 2E 1D
Octal 50 136 154 77 15 0 72 300 56 35
Binary 101000 1011110 1101100 111111 1101 0 111010 11000000 101110 11101

Color Harmonies of #285E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E6C

Black with #285E6C

Text Example


Text Example

White with #285E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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