Html Css Color HEX #289296 Java

📋 copy color: '#289296'

red 40 ◦ green 146 ◦ blue 150

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

Shades of Java #289296

Tints of Java #289296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 11.9%
G = 43.45%
B = 44.64%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#289296 (or 0x289296) is known color: Java. HEX triplet: 28, 92 and 96. RGB value is (40,146,150). Sum of RGB (Red+Green+Blue) = 40+146+150=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #289296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289296 is #D76D69. Grayscale: #727272. Windows color (decimal): -14118250 or 9867816. OLE color: 9867816.

HSL color Cylindrical-coordinate representation of color #289296: hue angle of 182.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289296 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 146 150 -
CMYK 0.73 0.03 0 0.41
HSL 182.18º 0.58% 0.37% -
HSV(B) 182.18º 0.73% 0.59% -
XYZ 16.66 23.21 32.46 -
YUV 114.76 147.88 74.67 -
System Red Green Blue C M Y K H S L
Decimal 40 146 150 0.73 0.03 0 0.41 182.18 0.58 0.37
Hex 28 92 96 49 3 0 29 B6 3A 25
Octal 50 222 226 111 3 0 51 266 72 45
Binary 101000 10010010 10010110 1001001 11 0 101001 10110110 111010 100101

Color Harmonies of #289296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289296

Black with #289296

Text Example


Text Example

White with #289296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289296; }

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

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

background-color css

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

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

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

border-color css

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

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

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