Html Css Color HEX #279394 Java

📋 copy color: '#279394'

red 39 ◦ green 147 ◦ blue 148

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

Shades of Java #279394

Tints of Java #279394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 11.68%
G = 44.01%
B = 44.31%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#279394 (or 0x279394) is known color: Java. HEX triplet: 27, 93 and 94. RGB value is (39,147,148). Sum of RGB (Red+Green+Blue) = 39+147+148=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #279394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279394 is #D86C6B. Grayscale: #727272. Windows color (decimal): -14183532 or 9736999. OLE color: 9736999.

HSL color Cylindrical-coordinate representation of color #279394: hue angle of 180.55º degrees, saturation: 0.58, 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 #279394 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 147 148 -
CMYK 0.74 0.01 0 0.42
HSL 180.55º 0.58% 0.37% -
HSV(B) 180.55º 0.74% 0.58% -
XYZ 16.62 23.44 31.67 -
YUV 114.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 39 147 148 0.74 0.01 0 0.42 180.55 0.58 0.37
Hex 27 93 94 4A 1 0 2A B5 3A 25
Octal 47 223 224 112 1 0 52 265 72 45
Binary 100111 10010011 10010100 1001010 1 0 101010 10110101 111010 100101

Color Harmonies of #279394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279394

Black with #279394

Text Example


Text Example

White with #279394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279394; }

 p { color: rgb(39,147,148); }

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

background-color css

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

 a { background-color: rgb(39,147,148); }

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

border-color css

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

 span { border-color: rgb(39,147,148); }

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