Html Css Color HEX #28636B Blumine

📋 copy color: '#28636B'

red 40 ◦ green 99 ◦ blue 107

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

Shades of Blumine #28636B

Tints of Blumine #28636B

RGB

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

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

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

R = 16.26%
G = 40.24%
B = 43.5%

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

#28636B (or 0x28636B) is known color: Blumine. HEX triplet: 28, 63 and 6B. RGB value is (40,99,107). Sum of RGB (Red+Green+Blue) = 40+99+107=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #28636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28636B is #D79C94. Grayscale: #525252. Windows color (decimal): -14130325 or 7037736. OLE color: 7037736.

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

Color convert

RGB 40 99 107 -
CMYK 0.63 0.07 0 0.58
HSL 187.16º 0.46% 0.29% -
HSV(B) 187.16º 0.63% 0.42% -
XYZ 7.99 10.44 15.5 -
YUV 82.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 40 99 107 0.63 0.07 0 0.58 187.16 0.46 0.29
Hex 28 63 6B 3F 7 0 3A BB 2E 1D
Octal 50 143 153 77 7 0 72 273 56 35
Binary 101000 1100011 1101011 111111 111 0 111010 10111011 101110 11101

Color Harmonies of #28636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28636B

Black with #28636B

Text Example


Text Example

White with #28636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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