#278C90

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

Shades of Java #278C90

Tints of Java #278C90

Color information

#278C90 (or 0x278C90) is unknown color: approx Java. HEX triplet: 27, 8C and 90. RGB value is (39,140,144). Sum of RGB (Red+Green+Blue) = 39+140+144=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #278C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278C90 is #D8736F. Grayscale: #6E6E6E. Windows color (decimal): -14185328 or 9473063. OLE color: 9473063.

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

Color convert

RGB39140144-
CMYK0.730.0300.44
HSL182.29º57.38%35.88%-
HSV(B)182.29º72.92%56.47%-
XYZ15.2521.229.67-
YUV110.26147.0477.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 140 (55.08% from 255) = 43.34%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=12.07%
G=43.34%
B=44.58%

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
Decimal391401440.730.0300.44182.2957.3835.88
Hex278C9049302Cb63924
Octal4721422011130542667144
Binary1001111000110010010000100100111010110010110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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