Html Css Color HEX #28616D Blumine

📋 copy color: '#28616D'

red 40 ◦ green 97 ◦ blue 109

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

Shades of Blumine #28616D

Tints of Blumine #28616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 16.26%
G = 39.43%
B = 44.31%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28616D (or 0x28616D) is known color: Blumine. HEX triplet: 28, 61 and 6D. RGB value is (40,97,109). Sum of RGB (Red+Green+Blue) = 40+97+109=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #28616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28616D is #D79E92. Grayscale: #515151. Windows color (decimal): -14130835 or 7168296. OLE color: 7168296.

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

Color convert

RGB 40 97 109 -
CMYK 0.63 0.11 0 0.57
HSL 190.43º 0.46% 0.29% -
HSV(B) 190.43º 0.63% 0.43% -
XYZ 7.91 10.1 16 -
YUV 81.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 40 97 109 0.63 0.11 0 0.57 190.43 0.46 0.29
Hex 28 61 6D 3F B 0 39 BE 2E 1D
Octal 50 141 155 77 13 0 71 276 56 35
Binary 101000 1100001 1101101 111111 1011 0 111001 10111110 101110 11101

Color Harmonies of #28616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28616D

Black with #28616D

Text Example


Text Example

White with #28616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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