Html Css Color HEX #288B93 Java

📋 copy color: '#288B93'

red 40 ◦ green 139 ◦ blue 147

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

Shades of Java #288B93

Tints of Java #288B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 12.27%
G = 42.64%
B = 45.09%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288B93 (or 0x288B93) is known color: Java. HEX triplet: 28, 8B and 93. RGB value is (40,139,147). Sum of RGB (Red+Green+Blue) = 40+139+147=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #288B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B93 is #D7746C. Grayscale: #6E6E6E. Windows color (decimal): -14120045 or 9669416. OLE color: 9669416.

HSL color Cylindrical-coordinate representation of color #288B93: hue angle of 184.49º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288B93 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 139 147 -
CMYK 0.73 0.05 0 0.42
HSL 184.49º 0.57% 0.37% -
HSV(B) 184.49º 0.73% 0.58% -
XYZ 15.37 21.02 30.85 -
YUV 110.31 148.7 77.85 -
System Red Green Blue C M Y K H S L
Decimal 40 139 147 0.73 0.05 0 0.42 184.49 0.57 0.37
Hex 28 8B 93 49 5 0 2A B8 39 25
Octal 50 213 223 111 5 0 52 270 71 45
Binary 101000 10001011 10010011 1001001 101 0 101010 10111000 111001 100101

Color Harmonies of #288B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288B93

Black with #288B93

Text Example


Text Example

White with #288B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288B93; }

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

 H1.HeaderClassName
 {
   color: #288B93;
 }
 .AnyTagClassName
 {
   color: #288B93;
 }
</style>

background-color css

<style>
 a { background-color: #288B93; }

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

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

border-color css

<style>
 span { border-color: #288B93; }

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

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