Html Css Color HEX #279196 Java

📋 copy color: '#279196'

red 39 ◦ green 145 ◦ blue 150

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

Shades of Java #279196

Tints of Java #279196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 11.68%
G = 43.41%
B = 44.91%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#279196 (or 0x279196) is known color: Java. HEX triplet: 27, 91 and 96. RGB value is (39,145,150). Sum of RGB (Red+Green+Blue) = 39+145+150=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #279196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279196 is #D86E69. Grayscale: #717171. Windows color (decimal): -14184042 or 9867559. OLE color: 9867559.

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

Color convert

RGB 39 145 150 -
CMYK 0.74 0.03 0 0.41
HSL 182.7º 0.59% 0.37% -
HSV(B) 182.7º 0.74% 0.59% -
XYZ 16.47 22.88 32.4 -
YUV 113.88 148.38 74.59 -
System Red Green Blue C M Y K H S L
Decimal 39 145 150 0.74 0.03 0 0.41 182.7 0.59 0.37
Hex 27 91 96 4A 3 0 29 B7 3B 25
Octal 47 221 226 112 3 0 51 267 73 45
Binary 100111 10010001 10010110 1001010 11 0 101001 10110111 111011 100101

Color Harmonies of #279196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279196

Black with #279196

Text Example


Text Example

White with #279196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279196; }

 p { color: rgb(39,145,150); }

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

background-color css

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

 a { background-color: rgb(39,145,150); }

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

border-color css

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

 span { border-color: rgb(39,145,150); }

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