#278B8F

Color #278B8F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #278B8F

Tints of Java #278B8F

Color information

#278B8F (or 0x278B8F) is unknown color: approx Java. HEX triplet: 27, 8B and 8F. RGB value is (39,139,143). Sum of RGB (Red+Green+Blue) = 39+139+143=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #278B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B8F is #D87470. Grayscale: #6D6D6D. Windows color (decimal): -14185585 or 9407271. OLE color: 9407271.

HSL color Cylindrical-coordinate representation of color #278B8F: hue angle of 182.31º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278B8F is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39139143-
CMYK0.730.0300.44
HSL182.31º57.14%35.69%-
HSV(B)182.31º72.73%56.08%-
XYZ15.0320.8829.22-
YUV109.56146.8777.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.15%
GREEN value IS 139 (54.69% from 255) = 43.30%
BLUE value IS 143 (56.25% from 255) = 44.55%
R=12.15%
G=43.30%
B=44.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391391430.730.0300.44182.3157.1435.69
Hex278B8F49302Cb63924
Octal4721321711130542667144
Binary1001111000101110001111100100111010110010110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278B8F; }

 p { color: rgb(39,139,143); }

 H1.HeaderClassName
 {
   color: #278B8F;
 }
 .AnyTagClassName
 {
   color: #278B8F;
 }
</style>
background-color css

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

 a { background-color: rgb(39,139,143); }

 div.DivClassName
 {
   background-color: #278B8F;
 }
 .BgClassName
 {
   background-color: #278B8F;
 }
</style>
border-color css

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

 span { border-color: rgb(39,139,143); }

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