Html Css Color HEX #289195 Java

📋 copy color: '#289195'

red 40 ◦ green 145 ◦ blue 149

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

Shades of Java #289195

Tints of Java #289195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

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

R = 11.98%
G = 43.41%
B = 44.61%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#289195 (or 0x289195) is known color: Java. HEX triplet: 28, 91 and 95. RGB value is (40,145,149). Sum of RGB (Red+Green+Blue) = 40+145+149=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #289195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289195 is #D76E6A. Grayscale: #717171. Windows color (decimal): -14118507 or 9802024. OLE color: 9802024.

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

Color convert

RGB 40 145 149 -
CMYK 0.73 0.03 0 0.42
HSL 182.2º 0.58% 0.37% -
HSV(B) 182.2º 0.73% 0.58% -
XYZ 16.43 22.87 31.98 -
YUV 114.06 147.71 75.17 -
System Red Green Blue C M Y K H S L
Decimal 40 145 149 0.73 0.03 0 0.42 182.2 0.58 0.37
Hex 28 91 95 49 3 0 2A B6 3A 25
Octal 50 221 225 111 3 0 52 266 72 45
Binary 101000 10010001 10010101 1001001 11 0 101010 10110110 111010 100101

Color Harmonies of #289195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289195

Black with #289195

Text Example


Text Example

White with #289195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289195; }

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

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

background-color css

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

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

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

border-color css

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

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

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