#278690

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

Shades of Java #278690

Tints of Java #278690

Color information

#278690 (or 0x278690) is unknown color: approx Java. HEX triplet: 27, 86 and 90. RGB value is (39,134,144). Sum of RGB (Red+Green+Blue) = 39+134+144=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #278690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278690 is #D8796F. Grayscale: #6A6A6A. Windows color (decimal): -14186864 or 9471527. OLE color: 9471527.

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

Color convert

RGB39134144-
CMYK0.730.0700.44
HSL185.71º57.38%35.88%-
HSV(B)185.71º72.92%56.47%-
XYZ14.419.529.39-
YUV106.74149.0379.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=12.30%
G=42.27%
B=45.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391341440.730.0700.44185.7157.3835.88
Hex27869049702Cba3924
Octal4720622011170542727144
Binary10011110000110100100001001001111010110010111010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278690; }

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

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

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

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

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

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

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

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