Html Css Color HEX #279194 Java

📋 copy color: '#279194'

red 39 ◦ green 145 ◦ blue 148

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

Shades of Java #279194

Tints of Java #279194

RGB

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

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

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

R = 11.75%
G = 43.67%
B = 44.58%

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

#279194 (or 0x279194) is known color: Java. HEX triplet: 27, 91 and 94. RGB value is (39,145,148). Sum of RGB (Red+Green+Blue) = 39+145+148=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #279194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279194 is #D86E6B. Grayscale: #717171. Windows color (decimal): -14184044 or 9736487. OLE color: 9736487.

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

Color convert

RGB 39 145 148 -
CMYK 0.74 0.02 0 0.42
HSL 181.65º 0.58% 0.37% -
HSV(B) 181.65º 0.74% 0.58% -
XYZ 16.31 22.82 31.56 -
YUV 113.65 147.38 74.76 -
System Red Green Blue C M Y K H S L
Decimal 39 145 148 0.74 0.02 0 0.42 181.65 0.58 0.37
Hex 27 91 94 4A 2 0 2A B6 3A 25
Octal 47 221 224 112 2 0 52 266 72 45
Binary 100111 10010001 10010100 1001010 10 0 101010 10110110 111010 100101

Color Harmonies of #279194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279194

Black with #279194

Text Example


Text Example

White with #279194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279194; }

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

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

background-color css

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

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

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

border-color css

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

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

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