Html Css Color HEX #286068 Blumine

📋 copy color: '#286068'

red 40 ◦ green 96 ◦ blue 104

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

Shades of Blumine #286068

Tints of Blumine #286068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 16.67%
G = 40%
B = 43.33%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#286068 (or 0x286068) is known color: Blumine. HEX triplet: 28, 60 and 68. RGB value is (40,96,104). Sum of RGB (Red+Green+Blue) = 40+96+104=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #286068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286068 is #D79F97. Grayscale: #505050. Windows color (decimal): -14131096 or 6840360. OLE color: 6840360.

HSL color Cylindrical-coordinate representation of color #286068: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286068 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 96 104 -
CMYK 0.62 0.08 0 0.59
HSL 187.5º 0.44% 0.28% -
HSV(B) 187.5º 0.62% 0.41% -
XYZ 7.56 9.82 14.59 -
YUV 80.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 40 96 104 0.62 0.08 0 0.59 187.5 0.44 0.28
Hex 28 60 68 3E 8 0 3B BC 2C 1C
Octal 50 140 150 76 10 0 73 274 54 34
Binary 101000 1100000 1101000 111110 1000 0 111011 10111100 101100 11100

Color Harmonies of #286068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286068

Black with #286068

Text Example


Text Example

White with #286068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286068; }

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

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

background-color css

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

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

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

border-color css

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

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

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