Html Css Color HEX #28626C Blumine

📋 copy color: '#28626C'

red 40 ◦ green 98 ◦ blue 108

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

Shades of Blumine #28626C

Tints of Blumine #28626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 16.26%
G = 39.84%
B = 43.9%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28626C (or 0x28626C) is known color: Blumine. HEX triplet: 28, 62 and 6C. RGB value is (40,98,108). Sum of RGB (Red+Green+Blue) = 40+98+108=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #28626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28626C is #D79D93. Grayscale: #515151. Windows color (decimal): -14130580 or 7103016. OLE color: 7103016.

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

Color convert

RGB 40 98 108 -
CMYK 0.63 0.09 0 0.58
HSL 188.82º 0.46% 0.29% -
HSV(B) 188.82º 0.63% 0.42% -
XYZ 7.95 10.27 15.75 -
YUV 81.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 40 98 108 0.63 0.09 0 0.58 188.82 0.46 0.29
Hex 28 62 6C 3F 9 0 3A BD 2E 1D
Octal 50 142 154 77 11 0 72 275 56 35
Binary 101000 1100010 1101100 111111 1001 0 111010 10111101 101110 11101

Color Harmonies of #28626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28626C

Black with #28626C

Text Example


Text Example

White with #28626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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