Html Css Color HEX #289EA0 Java

📋 copy color: '#289EA0'

red 40 ◦ green 158 ◦ blue 160

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

Shades of Java #289EA0

Tints of Java #289EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.13%

 BLUE value IS 160 (62.89% from 255) = 44.69%

R = 11.17%
G = 44.13%
B = 44.69%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#289EA0 (or 0x289EA0) is known color: Java. HEX triplet: 28, 9E and A0. RGB value is (40,158,160). Sum of RGB (Red+Green+Blue) = 40+158+160=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #289EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289EA0 is #D7615F. Grayscale: #7A7A7A. Windows color (decimal): -14115168 or 10526248. OLE color: 10526248.

HSL color Cylindrical-coordinate representation of color #289EA0: hue angle of 181º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289EA0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 158 160 -
CMYK 0.75 0.01 0 0.37
HSL 181º 0.6% 0.39% -
HSV(B) 181º 0.75% 0.63% -
XYZ 19.45 27.44 37.53 -
YUV 122.95 148.91 68.84 -
System Red Green Blue C M Y K H S L
Decimal 40 158 160 0.75 0.01 0 0.37 181 0.6 0.39
Hex 28 9E A0 4B 1 0 25 B5 3C 27
Octal 50 236 240 113 1 0 45 265 74 47
Binary 101000 10011110 10100000 1001011 1 0 100101 10110101 111100 100111

Color Harmonies of #289EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289EA0

Black with #289EA0

Text Example


Text Example

White with #289EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289EA0; }

 p { color: rgb(40,158,160); }

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

background-color css

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

 a { background-color: rgb(40,158,160); }

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

border-color css

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

 span { border-color: rgb(40,158,160); }

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