Html Css Color HEX #289295 Java

📋 copy color: '#289295'

red 40 ◦ green 146 ◦ blue 149

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

Shades of Java #289295

Tints of Java #289295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 11.94%
G = 43.58%
B = 44.48%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#289295 (or 0x289295) is known color: Java. HEX triplet: 28, 92 and 95. RGB value is (40,146,149). Sum of RGB (Red+Green+Blue) = 40+146+149=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #289295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289295 is #D76D6A. Grayscale: #727272. Windows color (decimal): -14118251 or 9802280. OLE color: 9802280.

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

Color convert

RGB 40 146 149 -
CMYK 0.73 0.02 0 0.42
HSL 181.65º 0.58% 0.37% -
HSV(B) 181.65º 0.73% 0.58% -
XYZ 16.58 23.18 32.03 -
YUV 114.65 147.38 74.76 -
System Red Green Blue C M Y K H S L
Decimal 40 146 149 0.73 0.02 0 0.42 181.65 0.58 0.37
Hex 28 92 95 49 2 0 2A B6 3A 25
Octal 50 222 225 111 2 0 52 266 72 45
Binary 101000 10010010 10010101 1001001 10 0 101010 10110110 111010 100101

Color Harmonies of #289295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289295

Black with #289295

Text Example


Text Example

White with #289295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289295; }

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

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

background-color css

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

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

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

border-color css

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

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

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