Html Css Color HEX #288F99 Java

📋 copy color: '#288F99'

red 40 ◦ green 143 ◦ blue 153

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

Shades of Java #288F99

Tints of Java #288F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 11.9%
G = 42.56%
B = 45.54%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#288F99 (or 0x288F99) is known color: Java. HEX triplet: 28, 8F and 99. RGB value is (40,143,153). Sum of RGB (Red+Green+Blue) = 40+143+153=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #288F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F99 is #D77066. Grayscale: #717171. Windows color (decimal): -14119015 or 10063656. OLE color: 10063656.

HSL color Cylindrical-coordinate representation of color #288F99: hue angle of 185.31º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288F99 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 143 153 -
CMYK 0.74 0.07 0 0.4
HSL 185.31º 0.59% 0.38% -
HSV(B) 185.31º 0.74% 0.6% -
XYZ 16.45 22.4 33.59 -
YUV 113.34 150.38 75.69 -
System Red Green Blue C M Y K H S L
Decimal 40 143 153 0.74 0.07 0 0.4 185.31 0.59 0.38
Hex 28 8F 99 4A 7 0 28 B9 3B 26
Octal 50 217 231 112 7 0 50 271 73 46
Binary 101000 10001111 10011001 1001010 111 0 101000 10111001 111011 100110

Color Harmonies of #288F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F99

Black with #288F99

Text Example


Text Example

White with #288F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,143,153); }

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

background-color css

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

 a { background-color: rgb(40,143,153); }

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

border-color css

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

 span { border-color: rgb(40,143,153); }

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