Html Css Color HEX #279095 Java

📋 copy color: '#279095'

red 39 ◦ green 144 ◦ blue 149

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

Shades of Java #279095

Tints of Java #279095

RGB

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

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

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

R = 11.75%
G = 43.37%
B = 44.88%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#279095 (or 0x279095) is known color: Java. HEX triplet: 27, 90 and 95. RGB value is (39,144,149). Sum of RGB (Red+Green+Blue) = 39+144+149=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #279095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279095 is #D86F6A. Grayscale: #717171. Windows color (decimal): -14184299 or 9801767. OLE color: 9801767.

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

Color convert

RGB 39 144 149 -
CMYK 0.74 0.03 0 0.42
HSL 182.73º 0.59% 0.37% -
HSV(B) 182.73º 0.74% 0.58% -
XYZ 16.23 22.55 31.93 -
YUV 113.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 39 144 149 0.74 0.03 0 0.42 182.73 0.59 0.37
Hex 27 90 95 4A 3 0 2A B7 3B 25
Octal 47 220 225 112 3 0 52 267 73 45
Binary 100111 10010000 10010101 1001010 11 0 101010 10110111 111011 100101

Color Harmonies of #279095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279095

Black with #279095

Text Example


Text Example

White with #279095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279095; }

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

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

background-color css

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

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

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

border-color css

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

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

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