Html Css Color HEX #278E95 Java

📋 copy color: '#278E95'

red 39 ◦ green 142 ◦ blue 149

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

Shades of Java #278E95

Tints of Java #278E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 11.82%
G = 43.03%
B = 45.15%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#278E95 (or 0x278E95) is known color: Java. HEX triplet: 27, 8E and 95. RGB value is (39,142,149). Sum of RGB (Red+Green+Blue) = 39+142+149=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #278E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278E95 is #D8716A. Grayscale: #6F6F6F. Windows color (decimal): -14184811 or 9801255. OLE color: 9801255.

HSL color Cylindrical-coordinate representation of color #278E95: hue angle of 183.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #278E95 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 142 149 -
CMYK 0.74 0.05 0 0.42
HSL 183.82º 0.59% 0.37% -
HSV(B) 183.82º 0.74% 0.58% -
XYZ 15.93 21.95 31.83 -
YUV 112 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 39 142 149 0.74 0.05 0 0.42 183.82 0.59 0.37
Hex 27 8E 95 4A 5 0 2A B8 3B 25
Octal 47 216 225 112 5 0 52 270 73 45
Binary 100111 10001110 10010101 1001010 101 0 101010 10111000 111011 100101

Color Harmonies of #278E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278E95

Black with #278E95

Text Example


Text Example

White with #278E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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