Html Css Color HEX #259384 Java

📋 copy color: '#259384'

red 37 ◦ green 147 ◦ blue 132

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

Shades of Java #259384

Tints of Java #259384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 11.71%
G = 46.52%
B = 41.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#259384 (or 0x259384) is known color: Java. HEX triplet: 25, 93 and 84. RGB value is (37,147,132). Sum of RGB (Red+Green+Blue) = 37+147+132=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #259384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259384 is #DA6C7B. Grayscale: #707070. Windows color (decimal): -14314620 or 8688421. OLE color: 8688421.

HSL color Cylindrical-coordinate representation of color #259384: hue angle of 171.82º 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 #259384 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 147 132 -
CMYK 0.75 0 0.10 0.42
HSL 171.82º 0.6% 0.36% -
HSV(B) 171.82º 0.75% 0.58% -
XYZ 15.36 22.93 25.45 -
YUV 112.4 139.06 74.22 -
System Red Green Blue C M Y K H S L
Decimal 37 147 132 0.75 0 0.10 0.42 171.82 0.6 0.36
Hex 25 93 84 4B 0 A 2A AC 3C 24
Octal 45 223 204 113 0 12 52 254 74 44
Binary 100101 10010011 10000100 1001011 0 1010 101010 10101100 111100 100100

Color Harmonies of #259384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259384

Black with #259384

Text Example


Text Example

White with #259384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259384; }

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

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

background-color css

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

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

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

border-color css

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

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

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