Html Css Color HEX #28646C Blumine

📋 copy color: '#28646C'

red 40 ◦ green 100 ◦ blue 108

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

Shades of Blumine #28646C

Tints of Blumine #28646C

RGB

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

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

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

R = 16.13%
G = 40.32%
B = 43.55%

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

#28646C (or 0x28646C) is known color: Blumine. HEX triplet: 28, 64 and 6C. RGB value is (40,100,108). Sum of RGB (Red+Green+Blue) = 40+100+108=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #28646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28646C is #D79B93. Grayscale: #525252. Windows color (decimal): -14130068 or 7103528. OLE color: 7103528.

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

Color convert

RGB 40 100 108 -
CMYK 0.63 0.07 0 0.58
HSL 187.06º 0.46% 0.29% -
HSV(B) 187.06º 0.63% 0.42% -
XYZ 8.14 10.65 15.81 -
YUV 82.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 40 100 108 0.63 0.07 0 0.58 187.06 0.46 0.29
Hex 28 64 6C 3F 7 0 3A BB 2E 1D
Octal 50 144 154 77 7 0 72 273 56 35
Binary 101000 1100100 1101100 111111 111 0 111010 10111011 101110 11101

Color Harmonies of #28646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28646C

Black with #28646C

Text Example


Text Example

White with #28646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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