Html Css Color HEX #288992 Java

📋 copy color: '#288992'

red 40 ◦ green 137 ◦ blue 146

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

Shades of Java #288992

Tints of Java #288992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 12.38%
G = 42.41%
B = 45.2%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#288992 (or 0x288992) is known color: Java. HEX triplet: 28, 89 and 92. RGB value is (40,137,146). Sum of RGB (Red+Green+Blue) = 40+137+146=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #288992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288992 is #D7766D. Grayscale: #6C6C6C. Windows color (decimal): -14120558 or 9603368. OLE color: 9603368.

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

Color convert

RGB 40 137 146 -
CMYK 0.73 0.06 0 0.43
HSL 185.09º 0.57% 0.36% -
HSV(B) 185.09º 0.73% 0.57% -
XYZ 15.01 20.42 30.34 -
YUV 109.02 148.86 78.77 -
System Red Green Blue C M Y K H S L
Decimal 40 137 146 0.73 0.06 0 0.43 185.09 0.57 0.36
Hex 28 89 92 49 6 0 2B B9 39 24
Octal 50 211 222 111 6 0 53 271 71 44
Binary 101000 10001001 10010010 1001001 110 0 101011 10111001 111001 100100

Color Harmonies of #288992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288992

Black with #288992

Text Example


Text Example

White with #288992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288992; }

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

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

background-color css

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

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

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

border-color css

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

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

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