Html Css Color HEX #288991 Java

📋 copy color: '#288991'

red 40 ◦ green 137 ◦ blue 145

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

Shades of Java #288991

Tints of Java #288991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.55%

 BLUE value IS 145 (57.03% from 255) = 45.03%

R = 12.42%
G = 42.55%
B = 45.03%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#288991 (or 0x288991) is known color: Java. HEX triplet: 28, 89 and 91. RGB value is (40,137,145). Sum of RGB (Red+Green+Blue) = 40+137+145=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #288991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288991 is #D7766E. Grayscale: #6C6C6C. Windows color (decimal): -14120559 or 9537832. OLE color: 9537832.

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

Color convert

RGB 40 137 145 -
CMYK 0.72 0.06 0 0.43
HSL 184.57º 0.57% 0.36% -
HSV(B) 184.57º 0.72% 0.57% -
XYZ 14.93 20.39 29.94 -
YUV 108.91 148.36 78.85 -
System Red Green Blue C M Y K H S L
Decimal 40 137 145 0.72 0.06 0 0.43 184.57 0.57 0.36
Hex 28 89 91 48 6 0 2B B9 39 24
Octal 50 211 221 110 6 0 53 271 71 44
Binary 101000 10001001 10010001 1001000 110 0 101011 10111001 111001 100100

Color Harmonies of #288991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288991

Black with #288991

Text Example


Text Example

White with #288991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288991; }

 p { color: rgb(40,137,145); }

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

background-color css

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

 a { background-color: rgb(40,137,145); }

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

border-color css

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

 span { border-color: rgb(40,137,145); }

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