Html Css Color HEX #28646B Blumine

📋 copy color: '#28646B'

red 40 ◦ green 100 ◦ blue 107

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

Shades of Blumine #28646B

Tints of Blumine #28646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.49%

 BLUE value IS 107 (42.19% from 255) = 43.32%

R = 16.19%
G = 40.49%
B = 43.32%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28646B (or 0x28646B) is known color: Blumine. HEX triplet: 28, 64 and 6B. RGB value is (40,100,107). Sum of RGB (Red+Green+Blue) = 40+100+107=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #28646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28646B is #D79B94. Grayscale: #525252. Windows color (decimal): -14130069 or 7037992. OLE color: 7037992.

HSL color Cylindrical-coordinate representation of color #28646B: hue angle of 186.27º 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 #28646B is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 100 107 -
CMYK 0.63 0.07 0 0.58
HSL 186.27º 0.46% 0.29% -
HSV(B) 186.27º 0.63% 0.42% -
XYZ 8.09 10.63 15.53 -
YUV 82.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 40 100 107 0.63 0.07 0 0.58 186.27 0.46 0.29
Hex 28 64 6B 3F 7 0 3A BA 2E 1D
Octal 50 144 153 77 7 0 72 272 56 35
Binary 101000 1100100 1101011 111111 111 0 111010 10111010 101110 11101

Color Harmonies of #28646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28646B

Black with #28646B

Text Example


Text Example

White with #28646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28646B; }

 p { color: rgb(40,100,107); }

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

background-color css

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

 a { background-color: rgb(40,100,107); }

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

border-color css

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

 span { border-color: rgb(40,100,107); }

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