Html Css Color HEX #279096 Java

📋 copy color: '#279096'

red 39 ◦ green 144 ◦ blue 150

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

Shades of Java #279096

Tints of Java #279096

RGB

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

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

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

R = 11.71%
G = 43.24%
B = 45.05%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#279096 (or 0x279096) is known color: Java. HEX triplet: 27, 90 and 96. RGB value is (39,144,150). Sum of RGB (Red+Green+Blue) = 39+144+150=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #279096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279096 is #D86F69. Grayscale: #717171. Windows color (decimal): -14184298 or 9867303. OLE color: 9867303.

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

Color convert

RGB 39 144 150 -
CMYK 0.74 0.04 0 0.41
HSL 183.24º 0.59% 0.37% -
HSV(B) 183.24º 0.74% 0.59% -
XYZ 16.31 22.58 32.35 -
YUV 113.29 148.71 75.01 -
System Red Green Blue C M Y K H S L
Decimal 39 144 150 0.74 0.04 0 0.41 183.24 0.59 0.37
Hex 27 90 96 4A 4 0 29 B7 3B 25
Octal 47 220 226 112 4 0 51 267 73 45
Binary 100111 10010000 10010110 1001010 100 0 101001 10110111 111011 100101

Color Harmonies of #279096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279096

Black with #279096

Text Example


Text Example

White with #279096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279096; }

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

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

background-color css

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

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

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

border-color css

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

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

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