Html Css Color HEX #28636C Blumine

📋 copy color: '#28636C'

red 40 ◦ green 99 ◦ blue 108

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

Shades of Blumine #28636C

Tints of Blumine #28636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

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

R = 16.19%
G = 40.08%
B = 43.72%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28636C (or 0x28636C) is known color: Blumine. HEX triplet: 28, 63 and 6C. RGB value is (40,99,108). Sum of RGB (Red+Green+Blue) = 40+99+108=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #28636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28636C is #D79C93. Grayscale: #525252. Windows color (decimal): -14130324 or 7103272. OLE color: 7103272.

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

Color convert

RGB 40 99 108 -
CMYK 0.63 0.08 0 0.58
HSL 187.94º 0.46% 0.29% -
HSV(B) 187.94º 0.63% 0.42% -
XYZ 8.04 10.46 15.78 -
YUV 82.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 40 99 108 0.63 0.08 0 0.58 187.94 0.46 0.29
Hex 28 63 6C 3F 8 0 3A BC 2E 1D
Octal 50 143 154 77 10 0 72 274 56 35
Binary 101000 1100011 1101100 111111 1000 0 111010 10111100 101110 11101

Color Harmonies of #28636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28636C

Black with #28636C

Text Example


Text Example

White with #28636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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