Html Css Color HEX #28616C Blumine

📋 copy color: '#28616C'

red 40 ◦ green 97 ◦ blue 108

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

Shades of Blumine #28616C

Tints of Blumine #28616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 16.33%
G = 39.59%
B = 44.08%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28616C (or 0x28616C) is known color: Blumine. HEX triplet: 28, 61 and 6C. RGB value is (40,97,108). Sum of RGB (Red+Green+Blue) = 40+97+108=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #28616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28616C is #D79E93. Grayscale: #515151. Windows color (decimal): -14130836 or 7102760. OLE color: 7102760.

HSL color Cylindrical-coordinate representation of color #28616C: hue angle of 189.71º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28616C is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 97 108 -
CMYK 0.63 0.10 0 0.58
HSL 189.71º 0.46% 0.29% -
HSV(B) 189.71º 0.63% 0.42% -
XYZ 7.86 10.08 15.72 -
YUV 81.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 40 97 108 0.63 0.10 0 0.58 189.71 0.46 0.29
Hex 28 61 6C 3F A 0 3A BE 2E 1D
Octal 50 141 154 77 12 0 72 276 56 35
Binary 101000 1100001 1101100 111111 1010 0 111010 10111110 101110 11101

Color Harmonies of #28616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28616C

Black with #28616C

Text Example


Text Example

White with #28616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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