Html Css Color HEX #286272 Blumine

📋 copy color: '#286272'

red 40 ◦ green 98 ◦ blue 114

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

Shades of Blumine #286272

Tints of Blumine #286272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.89%

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 15.87%
G = 38.89%
B = 45.24%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#286272 (or 0x286272) is known color: Blumine. HEX triplet: 28, 62 and 72. RGB value is (40,98,114). Sum of RGB (Red+Green+Blue) = 40+98+114=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #286272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286272 is #D79D8D. Grayscale: #525252. Windows color (decimal): -14130574 or 7496232. OLE color: 7496232.

HSL color Cylindrical-coordinate representation of color #286272: hue angle of 192.97º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286272 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 98 114 -
CMYK 0.65 0.14 0 0.55
HSL 192.97º 0.48% 0.3% -
HSV(B) 192.97º 0.65% 0.45% -
XYZ 8.28 10.4 17.49 -
YUV 82.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 40 98 114 0.65 0.14 0 0.55 192.97 0.48 0.3
Hex 28 62 72 41 E 0 37 C1 30 1E
Octal 50 142 162 101 16 0 67 301 60 36
Binary 101000 1100010 1110010 1000001 1110 0 110111 11000001 110000 11110

Color Harmonies of #286272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286272

Black with #286272

Text Example


Text Example

White with #286272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286272; }

 p { color: rgb(40,98,114); }

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

background-color css

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

 a { background-color: rgb(40,98,114); }

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

border-color css

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

 span { border-color: rgb(40,98,114); }

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