Html Css Color HEX #28616F Blumine

📋 copy color: '#28616F'

red 40 ◦ green 97 ◦ blue 111

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

Shades of Blumine #28616F

Tints of Blumine #28616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 16.13%
G = 39.11%
B = 44.76%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28616F (or 0x28616F) is known color: Blumine. HEX triplet: 28, 61 and 6F. RGB value is (40,97,111). Sum of RGB (Red+Green+Blue) = 40+97+111=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #28616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28616F is #D79E90. Grayscale: #515151. Windows color (decimal): -14130833 or 7299368. OLE color: 7299368.

HSL color Cylindrical-coordinate representation of color #28616F: hue angle of 191.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28616F is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 97 111 -
CMYK 0.64 0.13 0 0.56
HSL 191.83º 0.47% 0.3% -
HSV(B) 191.83º 0.64% 0.44% -
XYZ 8.02 10.15 16.58 -
YUV 81.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 40 97 111 0.64 0.13 0 0.56 191.83 0.47 0.3
Hex 28 61 6F 40 D 0 38 C0 2F 1E
Octal 50 141 157 100 15 0 70 300 57 36
Binary 101000 1100001 1101111 1000000 1101 0 111000 11000000 101111 11110

Color Harmonies of #28616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28616F

Black with #28616F

Text Example


Text Example

White with #28616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28616F; }

 p { color: rgb(40,97,111); }

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

background-color css

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

 a { background-color: rgb(40,97,111); }

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

border-color css

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

 span { border-color: rgb(40,97,111); }

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