#278B8B

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

Shades of Java #278B8B

Tints of Java #278B8B

Color information

#278B8B (or 0x278B8B) is unknown color: approx Java. HEX triplet: 27, 8B and 8B. RGB value is (39,139,139). Sum of RGB (Red+Green+Blue) = 39+139+139=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #278B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B8B is #D87474. Grayscale: #6D6D6D. Windows color (decimal): -14185589 or 9145127. OLE color: 9145127.

HSL color Cylindrical-coordinate representation of color #278B8B: hue angle of 180º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278B8B is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39139139-
CMYK0.72000.45
HSL180º56.18%34.9%-
HSV(B)180º71.94%54.51%-
XYZ14.7320.7627.66-
YUV109.1144.8778-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=12.30%
G=43.85%
B=43.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391390.72000.4518056.1834.9
Hex278B8B48002Db43823
Octal4721321311000552647043
Binary100111100010111000101110010000010110110110100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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