Html Css Color HEX #288F96 Java

📋 copy color: '#288F96'

red 40 ◦ green 143 ◦ blue 150

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

Shades of Java #288F96

Tints of Java #288F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 12.01%
G = 42.94%
B = 45.05%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288F96 (or 0x288F96) is known color: Java. HEX triplet: 28, 8F and 96. RGB value is (40,143,150). Sum of RGB (Red+Green+Blue) = 40+143+150=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #288F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F96 is #D77069. Grayscale: #707070. Windows color (decimal): -14119018 or 9867048. OLE color: 9867048.

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

Color convert

RGB 40 143 150 -
CMYK 0.73 0.05 0 0.41
HSL 183.82º 0.58% 0.37% -
HSV(B) 183.82º 0.73% 0.59% -
XYZ 16.2 22.3 32.3 -
YUV 113 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 40 143 150 0.73 0.05 0 0.41 183.82 0.58 0.37
Hex 28 8F 96 49 5 0 29 B8 3A 25
Octal 50 217 226 111 5 0 51 270 72 45
Binary 101000 10001111 10010110 1001001 101 0 101001 10111000 111010 100101

Color Harmonies of #288F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F96

Black with #288F96

Text Example


Text Example

White with #288F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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