Html Css Color HEX #286067 Blumine

📋 copy color: '#286067'

red 40 ◦ green 96 ◦ blue 103

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

Shades of Blumine #286067

Tints of Blumine #286067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 103 (40.63% from 255) = 43.1%

R = 16.74%
G = 40.17%
B = 43.1%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#286067 (or 0x286067) is known color: Blumine. HEX triplet: 28, 60 and 67. RGB value is (40,96,103). Sum of RGB (Red+Green+Blue) = 40+96+103=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #286067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286067 is #D79F98. Grayscale: #4F4F4F. Windows color (decimal): -14131097 or 6774824. OLE color: 6774824.

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

Color convert

RGB 40 96 103 -
CMYK 0.61 0.07 0 0.60
HSL 186.67º 0.44% 0.28% -
HSV(B) 186.67º 0.61% 0.4% -
XYZ 7.51 9.8 14.33 -
YUV 80.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 40 96 103 0.61 0.07 0 0.60 186.67 0.44 0.28
Hex 28 60 67 3D 7 0 3C BB 2C 1C
Octal 50 140 147 75 7 0 74 273 54 34
Binary 101000 1100000 1100111 111101 111 0 111100 10111011 101100 11100

Color Harmonies of #286067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286067

Black with #286067

Text Example


Text Example

White with #286067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286067; }

 p { color: rgb(40,96,103); }

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

background-color css

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

 a { background-color: rgb(40,96,103); }

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

border-color css

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

 span { border-color: rgb(40,96,103); }

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