Html Css Color HEX #279091 Java

📋 copy color: '#279091'

red 39 ◦ green 144 ◦ blue 145

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

Shades of Java #279091

Tints of Java #279091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 11.89%
G = 43.9%
B = 44.21%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#279091 (or 0x279091) is known color: Java. HEX triplet: 27, 90 and 91. RGB value is (39,144,145). Sum of RGB (Red+Green+Blue) = 39+144+145=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #279091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279091 is #D86F6E. Grayscale: #707070. Windows color (decimal): -14184303 or 9539623. OLE color: 9539623.

HSL color Cylindrical-coordinate representation of color #279091: hue angle of 180.57º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279091 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 144 145 -
CMYK 0.73 0.01 0 0.43
HSL 180.57º 0.58% 0.36% -
HSV(B) 180.57º 0.73% 0.57% -
XYZ 15.92 22.42 30.28 -
YUV 112.72 146.21 75.42 -
System Red Green Blue C M Y K H S L
Decimal 39 144 145 0.73 0.01 0 0.43 180.57 0.58 0.36
Hex 27 90 91 49 1 0 2B B5 3A 24
Octal 47 220 221 111 1 0 53 265 72 44
Binary 100111 10010000 10010001 1001001 1 0 101011 10110101 111010 100100

Color Harmonies of #279091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279091

Black with #279091

Text Example


Text Example

White with #279091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279091; }

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

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

background-color css

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

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

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

border-color css

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

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

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