Html Css Color HEX #289EA5 Java

📋 copy color: '#289EA5'

red 40 ◦ green 158 ◦ blue 165

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

Shades of Java #289EA5

Tints of Java #289EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.45%

R = 11.02%
G = 43.53%
B = 45.45%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#289EA5 (or 0x289EA5) is known color: Java. HEX triplet: 28, 9E and A5. RGB value is (40,158,165). Sum of RGB (Red+Green+Blue) = 40+158+165=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #289EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289EA5 is #D7615A. Grayscale: #7B7B7B. Windows color (decimal): -14115163 or 10853928. OLE color: 10853928.

HSL color Cylindrical-coordinate representation of color #289EA5: hue angle of 183.36º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #289EA5 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 158 165 -
CMYK 0.76 0.04 0 0.35
HSL 183.36º 0.61% 0.4% -
HSV(B) 183.36º 0.76% 0.65% -
XYZ 19.89 27.62 39.88 -
YUV 123.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 40 158 165 0.76 0.04 0 0.35 183.36 0.61 0.4
Hex 28 9E A5 4C 4 0 23 B7 3D 28
Octal 50 236 245 114 4 0 43 267 75 50
Binary 101000 10011110 10100101 1001100 100 0 100011 10110111 111101 101000

Color Harmonies of #289EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289EA5

Black with #289EA5

Text Example


Text Example

White with #289EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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