Html Css Color HEX #28636E Blumine

📋 copy color: '#28636E'

red 40 ◦ green 99 ◦ blue 110

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

Shades of Blumine #28636E

Tints of Blumine #28636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 16.06%
G = 39.76%
B = 44.18%

CMYK

 C value IS 0.64

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28636E (or 0x28636E) is known color: Blumine. HEX triplet: 28, 63 and 6E. RGB value is (40,99,110). Sum of RGB (Red+Green+Blue) = 40+99+110=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #28636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28636E is #D79C91. Grayscale: #525252. Windows color (decimal): -14130322 or 7234344. OLE color: 7234344.

HSL color Cylindrical-coordinate representation of color #28636E: hue angle of 189.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28636E is Cyan = 0.64, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 99 110 -
CMYK 0.64 0.1 0 0.57
HSL 189.43º 0.47% 0.29% -
HSV(B) 189.43º 0.64% 0.43% -
XYZ 8.15 10.5 16.35 -
YUV 82.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 40 99 110 0.64 0.1 0 0.57 189.43 0.47 0.29
Hex 28 63 6E 40 A 0 39 BD 2F 1D
Octal 50 143 156 100 12 0 71 275 57 35
Binary 101000 1100011 1101110 1000000 1010 0 111001 10111101 101111 11101

Color Harmonies of #28636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28636E

Black with #28636E

Text Example


Text Example

White with #28636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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