Html Css Color HEX #278E8D Java

📋 copy color: '#278E8D'

red 39 ◦ green 142 ◦ blue 141

#278E8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #278E8D

Tints of Java #278E8D

RGB

 RED value IS 39 (15.63% from 255) = 12.11%

 GREEN value IS 142 (55.86% from 255) = 44.1%

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 12.11%
G = 44.1%
B = 43.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#278E8D (or 0x278E8D) is known color: Java. HEX triplet: 27, 8E and 8D. RGB value is (39,142,141). Sum of RGB (Red+Green+Blue) = 39+142+141=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 142 - color contains mainly: green. Hex color #278E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278E8D is #D87172. Grayscale: #6E6E6E. Windows color (decimal): -14184819 or 9276967. OLE color: 9276967.

HSL color Cylindrical-coordinate representation of color #278E8D: hue angle of 179.42º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278E8D is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 142 141 -
CMYK 0.73 0 0.01 0.44
HSL 179.42º 0.57% 0.35% -
HSV(B) 179.42º 0.73% 0.56% -
XYZ 15.32 21.7 28.58 -
YUV 111.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 39 142 141 0.73 0 0.01 0.44 179.42 0.57 0.35
Hex 27 8E 8D 49 0 1 2C B3 39 23
Octal 47 216 215 111 0 1 54 263 71 43
Binary 100111 10001110 10001101 1001001 0 1 101100 10110011 111001 100011

Color Harmonies of #278E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278E8D

Black with #278E8D

Text Example


Text Example

White with #278E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,142,141); }

 H1.HeaderClassName
 {
   color: #278E8D;
 }
 .AnyTagClassName
 {
   color: #278E8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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