Html Css Color HEX #259286 Java

📋 copy color: '#259286'

red 37 ◦ green 146 ◦ blue 134

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

Shades of Java #259286

Tints of Java #259286

RGB

 RED value IS 37 (14.84% from 255) = 11.67%

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 11.67%
G = 46.06%
B = 42.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#259286 (or 0x259286) is known color: Java. HEX triplet: 25, 92 and 86. RGB value is (37,146,134). Sum of RGB (Red+Green+Blue) = 37+146+134=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #259286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259286 is #DA6D79. Grayscale: #6F6F6F. Windows color (decimal): -14314874 or 8819237. OLE color: 8819237.

HSL color Cylindrical-coordinate representation of color #259286: hue angle of 173.39º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259286 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 146 134 -
CMYK 0.75 0 0.08 0.43
HSL 173.39º 0.6% 0.36% -
HSV(B) 173.39º 0.75% 0.57% -
XYZ 15.34 22.67 26.12 -
YUV 112.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 37 146 134 0.75 0 0.08 0.43 173.39 0.6 0.36
Hex 25 92 86 4B 0 8 2B AD 3C 24
Octal 45 222 206 113 0 10 53 255 74 44
Binary 100101 10010010 10000110 1001011 0 1000 101011 10101101 111100 100100

Color Harmonies of #259286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259286

Black with #259286

Text Example


Text Example

White with #259286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259286; }

 p { color: rgb(37,146,134); }

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

background-color css

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

 a { background-color: rgb(37,146,134); }

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

border-color css

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

 span { border-color: rgb(37,146,134); }

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