Html Css Color HEX #289395 Java

📋 copy color: '#289395'

red 40 ◦ green 147 ◦ blue 149

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

Shades of Java #289395

Tints of Java #289395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.75%

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

R = 11.9%
G = 43.75%
B = 44.35%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#289395 (or 0x289395) is known color: Java. HEX triplet: 28, 93 and 95. RGB value is (40,147,149). Sum of RGB (Red+Green+Blue) = 40+147+149=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #289395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289395 is #D76C6A. Grayscale: #737373. Windows color (decimal): -14117995 or 9802536. OLE color: 9802536.

HSL color Cylindrical-coordinate representation of color #289395: hue angle of 181.1º 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 #289395 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 147 149 -
CMYK 0.73 0.01 0 0.42
HSL 181.1º 0.58% 0.37% -
HSV(B) 181.1º 0.73% 0.58% -
XYZ 16.73 23.49 32.09 -
YUV 115.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 40 147 149 0.73 0.01 0 0.42 181.1 0.58 0.37
Hex 28 93 95 49 1 0 2A B5 3A 25
Octal 50 223 225 111 1 0 52 265 72 45
Binary 101000 10010011 10010101 1001001 1 0 101010 10110101 111010 100101

Color Harmonies of #289395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289395

Black with #289395

Text Example


Text Example

White with #289395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289395; }

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

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

background-color css

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

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

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

border-color css

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

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

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