Html Css Color HEX #28939D Java

📋 copy color: '#28939D'

red 40 ◦ green 147 ◦ blue 157

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

Shades of Java #28939D

Tints of Java #28939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 11.63%
G = 42.73%
B = 45.64%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28939D (or 0x28939D) is known color: Java. HEX triplet: 28, 93 and 9D. RGB value is (40,147,157). Sum of RGB (Red+Green+Blue) = 40+147+157=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #28939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28939D is #D76C62. Grayscale: #737373. Windows color (decimal): -14117987 or 10326824. OLE color: 10326824.

HSL color Cylindrical-coordinate representation of color #28939D: hue angle of 185.13º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28939D is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 147 157 -
CMYK 0.75 0.06 0 0.38
HSL 185.13º 0.59% 0.39% -
HSV(B) 185.13º 0.75% 0.62% -
XYZ 17.39 23.75 35.57 -
YUV 116.15 151.05 73.69 -
System Red Green Blue C M Y K H S L
Decimal 40 147 157 0.75 0.06 0 0.38 185.13 0.59 0.39
Hex 28 93 9D 4B 6 0 26 B9 3B 27
Octal 50 223 235 113 6 0 46 271 73 47
Binary 101000 10010011 10011101 1001011 110 0 100110 10111001 111011 100111

Color Harmonies of #28939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28939D

Black with #28939D

Text Example


Text Example

White with #28939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28939D; }

 p { color: rgb(40,147,157); }

 H1.HeaderClassName
 {
   color: #28939D;
 }
 .AnyTagClassName
 {
   color: #28939D;
 }
</style>

background-color css

<style>
 a { background-color: #28939D; }

 a { background-color: rgb(40,147,157); }

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

border-color css

<style>
 span { border-color: #28939D; }

 span { border-color: rgb(40,147,157); }

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