Html Css Color HEX #289193 Java

📋 copy color: '#289193'

red 40 ◦ green 145 ◦ blue 147

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

Shades of Java #289193

Tints of Java #289193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 12.05%
G = 43.67%
B = 44.28%

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

#289193 (or 0x289193) is known color: Java. HEX triplet: 28, 91 and 93. RGB value is (40,145,147). Sum of RGB (Red+Green+Blue) = 40+145+147=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #289193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289193 is #D76E6C. Grayscale: #717171. Windows color (decimal): -14118509 or 9670952. OLE color: 9670952.

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

Color convert

RGB 40 145 147 -
CMYK 0.73 0.01 0 0.42
HSL 181.12º 0.57% 0.37% -
HSV(B) 181.12º 0.73% 0.58% -
XYZ 16.27 22.81 31.15 -
YUV 113.83 146.71 75.34 -
System Red Green Blue C M Y K H S L
Decimal 40 145 147 0.73 0.01 0 0.42 181.12 0.57 0.37
Hex 28 91 93 49 1 0 2A B5 39 25
Octal 50 221 223 111 1 0 52 265 71 45
Binary 101000 10010001 10010011 1001001 1 0 101010 10110101 111001 100101

Color Harmonies of #289193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289193

Black with #289193

Text Example


Text Example

White with #289193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289193; }

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

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

background-color css

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

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

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

border-color css

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

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

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