Html Css Color HEX #286069 Blumine

📋 copy color: '#286069'

red 40 ◦ green 96 ◦ blue 105

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

Shades of Blumine #286069

Tints of Blumine #286069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 16.6%
G = 39.83%
B = 43.57%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#286069 (or 0x286069) is known color: Blumine. HEX triplet: 28, 60 and 69. RGB value is (40,96,105). Sum of RGB (Red+Green+Blue) = 40+96+105=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #286069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286069 is #D79F96. Grayscale: #505050. Windows color (decimal): -14131095 or 6905896. OLE color: 6905896.

HSL color Cylindrical-coordinate representation of color #286069: hue angle of 188.31º degrees, saturation: 0.45, 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 #286069 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 96 105 -
CMYK 0.62 0.09 0 0.59
HSL 188.31º 0.45% 0.28% -
HSV(B) 188.31º 0.62% 0.41% -
XYZ 7.61 9.84 14.86 -
YUV 80.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 40 96 105 0.62 0.09 0 0.59 188.31 0.45 0.28
Hex 28 60 69 3E 9 0 3B BC 2D 1C
Octal 50 140 151 76 11 0 73 274 55 34
Binary 101000 1100000 1101001 111110 1001 0 111011 10111100 101101 11100

Color Harmonies of #286069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286069

Black with #286069

Text Example


Text Example

White with #286069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286069; }

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

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

background-color css

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

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

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

border-color css

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

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

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