Html Css Color HEX #289088 Java

📋 copy color: '#289088'

red 40 ◦ green 144 ◦ blue 136

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

Shades of Java #289088

Tints of Java #289088

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #289088: hue angle of 175.38º 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 #289088 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 144 136 -
CMYK 0.72 0 0.06 0.44
HSL 175.38º 0.57% 0.36% -
HSV(B) 175.38º 0.72% 0.56% -
XYZ 15.29 22.18 26.77 -
YUV 111.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 40 144 136 0.72 0 0.06 0.44 175.38 0.57 0.36
Hex 28 90 88 48 0 6 2C AF 39 24
Octal 50 220 210 110 0 6 54 257 71 44
Binary 101000 10010000 10001000 1001000 0 110 101100 10101111 111001 100100

Color Harmonies of #289088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289088

Black with #289088

Text Example


Text Example

White with #289088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289088; }

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

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

background-color css

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

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

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

border-color css

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

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

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