Html Css Color HEX #259284 Java

📋 copy color: '#259284'

red 37 ◦ green 146 ◦ blue 132

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

Shades of Java #259284

Tints of Java #259284

RGB

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

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

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

R = 11.75%
G = 46.35%
B = 41.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#259284 (or 0x259284) is known color: Java. HEX triplet: 25, 92 and 84. RGB value is (37,146,132). Sum of RGB (Red+Green+Blue) = 37+146+132=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #259284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259284 is #DA6D7B. Grayscale: #6F6F6F. Windows color (decimal): -14314876 or 8688165. OLE color: 8688165.

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

Color convert

RGB 37 146 132 -
CMYK 0.75 0 0.10 0.43
HSL 172.29º 0.6% 0.36% -
HSV(B) 172.29º 0.75% 0.57% -
XYZ 15.21 22.62 25.39 -
YUV 111.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 37 146 132 0.75 0 0.10 0.43 172.29 0.6 0.36
Hex 25 92 84 4B 0 A 2B AC 3C 24
Octal 45 222 204 113 0 12 53 254 74 44
Binary 100101 10010010 10000100 1001011 0 1010 101011 10101100 111100 100100

Color Harmonies of #259284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259284

Black with #259284

Text Example


Text Example

White with #259284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259284; }

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

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

background-color css

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

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

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

border-color css

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

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

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