Html Css Color HEX #286372 Blumine

📋 copy color: '#286372'

red 40 ◦ green 99 ◦ blue 114

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

Shades of Blumine #286372

Tints of Blumine #286372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

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

R = 15.81%
G = 39.13%
B = 45.06%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#286372 (or 0x286372) is known color: Blumine. HEX triplet: 28, 63 and 72. RGB value is (40,99,114). Sum of RGB (Red+Green+Blue) = 40+99+114=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #286372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286372 is #D79C8D. Grayscale: #525252. Windows color (decimal): -14130318 or 7496488. OLE color: 7496488.

HSL color Cylindrical-coordinate representation of color #286372: hue angle of 192.16º 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 #286372 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 99 114 -
CMYK 0.65 0.13 0 0.55
HSL 192.16º 0.48% 0.3% -
HSV(B) 192.16º 0.65% 0.45% -
XYZ 8.37 10.59 17.52 -
YUV 83.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 40 99 114 0.65 0.13 0 0.55 192.16 0.48 0.3
Hex 28 63 72 41 D 0 37 C0 30 1E
Octal 50 143 162 101 15 0 67 300 60 36
Binary 101000 1100011 1110010 1000001 1101 0 110111 11000000 110000 11110

Color Harmonies of #286372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286372

Black with #286372

Text Example


Text Example

White with #286372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286372; }

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

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

background-color css

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

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

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

border-color css

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

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

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