Html Css Color HEX #288890 Java

📋 copy color: '#288890'

red 40 ◦ green 136 ◦ blue 144

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

Shades of Java #288890

Tints of Java #288890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 12.5%
G = 42.5%
B = 45%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#288890 (or 0x288890) is known color: Java. HEX triplet: 28, 88 and 90. RGB value is (40,136,144). Sum of RGB (Red+Green+Blue) = 40+136+144=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #288890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288890 is #D7776F. Grayscale: #6C6C6C. Windows color (decimal): -14120816 or 9472040. OLE color: 9472040.

HSL color Cylindrical-coordinate representation of color #288890: hue angle of 184.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288890 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 136 144 -
CMYK 0.72 0.06 0 0.44
HSL 184.62º 0.57% 0.36% -
HSV(B) 184.62º 0.72% 0.56% -
XYZ 14.71 20.07 29.48 -
YUV 108.21 148.2 79.35 -
System Red Green Blue C M Y K H S L
Decimal 40 136 144 0.72 0.06 0 0.44 184.62 0.57 0.36
Hex 28 88 90 48 6 0 2C B9 39 24
Octal 50 210 220 110 6 0 54 271 71 44
Binary 101000 10001000 10010000 1001000 110 0 101100 10111001 111001 100100

Color Harmonies of #288890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288890

Black with #288890

Text Example


Text Example

White with #288890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288890; }

 p { color: rgb(40,136,144); }

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

background-color css

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

 a { background-color: rgb(40,136,144); }

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

border-color css

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

 span { border-color: rgb(40,136,144); }

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