Html Css Color HEX #288B92 Java

📋 copy color: '#288B92'

red 40 ◦ green 139 ◦ blue 146

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

Shades of Java #288B92

Tints of Java #288B92

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.77%

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

R = 12.31%
G = 42.77%
B = 44.92%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#288B92 (or 0x288B92) is known color: Java. HEX triplet: 28, 8B and 92. RGB value is (40,139,146). Sum of RGB (Red+Green+Blue) = 40+139+146=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #288B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B92 is #D7746D. Grayscale: #6E6E6E. Windows color (decimal): -14120046 or 9603880. OLE color: 9603880.

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

Color convert

RGB 40 139 146 -
CMYK 0.73 0.05 0 0.43
HSL 183.96º 0.57% 0.36% -
HSV(B) 183.96º 0.73% 0.57% -
XYZ 15.3 20.99 30.44 -
YUV 110.2 148.2 77.93 -
System Red Green Blue C M Y K H S L
Decimal 40 139 146 0.73 0.05 0 0.43 183.96 0.57 0.36
Hex 28 8B 92 49 5 0 2B B8 39 24
Octal 50 213 222 111 5 0 53 270 71 44
Binary 101000 10001011 10010010 1001001 101 0 101011 10111000 111001 100100

Color Harmonies of #288B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288B92

Black with #288B92

Text Example


Text Example

White with #288B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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