#278990

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

Shades of Java #278990

Tints of Java #278990

Color information

#278990 (or 0x278990) is unknown color: approx Java. HEX triplet: 27, 89 and 90. RGB value is (39,137,144). Sum of RGB (Red+Green+Blue) = 39+137+144=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #278990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278990 is #D8766F. Grayscale: #6C6C6C. Windows color (decimal): -14186096 or 9472295. OLE color: 9472295.

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

Color convert

RGB39137144-
CMYK0.730.0500.44
HSL184º57.38%35.88%-
HSV(B)184º72.92%56.47%-
XYZ14.8220.3429.53-
YUV108.5148.0378.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.19%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 144 (56.64% from 255) = 45%
R=12.19%
G=42.81%
B=45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391371440.730.0500.4418457.3835.88
Hex27899049502Cb83924
Octal4721122011150542707144
Binary10011110001001100100001001001101010110010111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278990; }

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

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

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

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

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

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

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

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