Html Css Color HEX #259390 Java

📋 copy color: '#259390'

red 37 ◦ green 147 ◦ blue 144

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

Shades of Java #259390

Tints of Java #259390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 11.28%
G = 44.82%
B = 43.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#259390 (or 0x259390) is known color: Java. HEX triplet: 25, 93 and 90. RGB value is (37,147,144). Sum of RGB (Red+Green+Blue) = 37+147+144=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #259390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259390 is #DA6C6F. Grayscale: #717171. Windows color (decimal): -14314608 or 9474853. OLE color: 9474853.

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

Color convert

RGB 37 147 144 -
CMYK 0.75 0 0.02 0.42
HSL 178.36º 0.6% 0.36% -
HSV(B) 178.36º 0.75% 0.58% -
XYZ 16.23 23.27 30.02 -
YUV 113.77 145.06 73.24 -
System Red Green Blue C M Y K H S L
Decimal 37 147 144 0.75 0 0.02 0.42 178.36 0.6 0.36
Hex 25 93 90 4B 0 2 2A B2 3C 24
Octal 45 223 220 113 0 2 52 262 74 44
Binary 100101 10010011 10010000 1001011 0 10 101010 10110010 111100 100100

Color Harmonies of #259390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259390

Black with #259390

Text Example


Text Example

White with #259390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259390; }

 p { color: rgb(37,147,144); }

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

background-color css

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

 a { background-color: rgb(37,147,144); }

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

border-color css

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

 span { border-color: rgb(37,147,144); }

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