Html Css Color HEX #279082 Java

📋 copy color: '#279082'

red 39 ◦ green 144 ◦ blue 130

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

Shades of Java #279082

Tints of Java #279082

RGB

 RED value IS 39 (15.63% from 255) = 12.46%

 GREEN value IS 144 (56.64% from 255) = 46.01%

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 12.46%
G = 46.01%
B = 41.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#279082 (or 0x279082) is known color: Java. HEX triplet: 27, 90 and 82. RGB value is (39,144,130). Sum of RGB (Red+Green+Blue) = 39+144+130=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #279082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279082 is #D86F7D. Grayscale: #6E6E6E. Windows color (decimal): -14184318 or 8556583. OLE color: 8556583.

HSL color Cylindrical-coordinate representation of color #279082: hue angle of 172º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279082 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 144 130 -
CMYK 0.73 0 0.10 0.44
HSL 172º 0.57% 0.36% -
HSV(B) 172º 0.73% 0.56% -
XYZ 14.84 21.99 24.58 -
YUV 111.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 39 144 130 0.73 0 0.10 0.44 172 0.57 0.36
Hex 27 90 82 49 0 A 2C AC 39 24
Octal 47 220 202 111 0 12 54 254 71 44
Binary 100111 10010000 10000010 1001001 0 1010 101100 10101100 111001 100100

Color Harmonies of #279082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279082

Black with #279082

Text Example


Text Example

White with #279082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279082; }

 p { color: rgb(39,144,130); }

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

background-color css

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

 a { background-color: rgb(39,144,130); }

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

border-color css

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

 span { border-color: rgb(39,144,130); }

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