Html Css Color HEX #279295 Java

📋 copy color: '#279295'

red 39 ◦ green 146 ◦ blue 149

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

Shades of Java #279295

Tints of Java #279295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 11.68%
G = 43.71%
B = 44.61%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#279295 (or 0x279295) is known color: Java. HEX triplet: 27, 92 and 95. RGB value is (39,146,149). Sum of RGB (Red+Green+Blue) = 39+146+149=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #279295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279295 is #D86D6A. Grayscale: #727272. Windows color (decimal): -14183787 or 9802279. OLE color: 9802279.

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

Color convert

RGB 39 146 149 -
CMYK 0.74 0.02 0 0.42
HSL 181.64º 0.59% 0.37% -
HSV(B) 181.64º 0.74% 0.58% -
XYZ 16.54 23.16 32.03 -
YUV 114.35 147.55 74.26 -
System Red Green Blue C M Y K H S L
Decimal 39 146 149 0.74 0.02 0 0.42 181.64 0.59 0.37
Hex 27 92 95 4A 2 0 2A B6 3B 25
Octal 47 222 225 112 2 0 52 266 73 45
Binary 100111 10010010 10010101 1001010 10 0 101010 10110110 111011 100101

Color Harmonies of #279295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279295

Black with #279295

Text Example


Text Example

White with #279295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279295; }

 p { color: rgb(39,146,149); }

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

background-color css

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

 a { background-color: rgb(39,146,149); }

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

border-color css

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

 span { border-color: rgb(39,146,149); }

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