Html Css Color HEX #288C92 Java

📋 copy color: '#288C92'

red 40 ◦ green 140 ◦ blue 146

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

Shades of Java #288C92

Tints of Java #288C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

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

R = 12.27%
G = 42.94%
B = 44.79%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#288C92 (or 0x288C92) is known color: Java. HEX triplet: 28, 8C and 92. RGB value is (40,140,146). Sum of RGB (Red+Green+Blue) = 40+140+146=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #288C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C92 is #D7736D. Grayscale: #6E6E6E. Windows color (decimal): -14119790 or 9604136. OLE color: 9604136.

HSL color Cylindrical-coordinate representation of color #288C92: hue angle of 183.4º 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 #288C92 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 140 146 -
CMYK 0.73 0.04 0 0.43
HSL 183.4º 0.57% 0.36% -
HSV(B) 183.4º 0.73% 0.57% -
XYZ 15.44 21.28 30.49 -
YUV 110.78 147.87 77.51 -
System Red Green Blue C M Y K H S L
Decimal 40 140 146 0.73 0.04 0 0.43 183.4 0.57 0.36
Hex 28 8C 92 49 4 0 2B B7 39 24
Octal 50 214 222 111 4 0 53 267 71 44
Binary 101000 10001100 10010010 1001001 100 0 101011 10110111 111001 100100

Color Harmonies of #288C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C92

Black with #288C92

Text Example


Text Example

White with #288C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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