#278A8F

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

Shades of Java #278A8F

Tints of Java #278A8F

Color information

#278A8F (or 0x278A8F) is unknown color: approx Java. HEX triplet: 27, 8A and 8F. RGB value is (39,138,143). Sum of RGB (Red+Green+Blue) = 39+138+143=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #278A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278A8F is #D87570. Grayscale: #6C6C6C. Windows color (decimal): -14185841 or 9407015. OLE color: 9407015.

HSL color Cylindrical-coordinate representation of color #278A8F: hue angle of 182.88º 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 #278A8F is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39138143-
CMYK0.730.0300.44
HSL182.88º57.14%35.69%-
HSV(B)182.88º72.73%56.08%-
XYZ14.8820.5929.18-
YUV108.97147.278.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.19%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=12.19%
G=43.12%
B=44.69%

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
Decimal391381430.730.0300.44182.8857.1435.69
Hex278A8F49302Cb73924
Octal4721221711130542677144
Binary1001111000101010001111100100111010110010110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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