Html Css Color HEX #278B95 Java

📋 copy color: '#278B95'

red 39 ◦ green 139 ◦ blue 149

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

Shades of Java #278B95

Tints of Java #278B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.51%

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

R = 11.93%
G = 42.51%
B = 45.57%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#278B95 (or 0x278B95) is known color: Java. HEX triplet: 27, 8B and 95. RGB value is (39,139,149). Sum of RGB (Red+Green+Blue) = 39+139+149=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #278B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B95 is #D8746A. Grayscale: #6E6E6E. Windows color (decimal): -14185579 or 9800487. OLE color: 9800487.

HSL color Cylindrical-coordinate representation of color #278B95: hue angle of 185.45º 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 #278B95 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 139 149 -
CMYK 0.74 0.07 0 0.42
HSL 185.45º 0.59% 0.37% -
HSV(B) 185.45º 0.74% 0.58% -
XYZ 15.49 21.07 31.68 -
YUV 110.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 39 139 149 0.74 0.07 0 0.42 185.45 0.59 0.37
Hex 27 8B 95 4A 7 0 2A B9 3B 25
Octal 47 213 225 112 7 0 52 271 73 45
Binary 100111 10001011 10010101 1001010 111 0 101010 10111001 111011 100101

Color Harmonies of #278B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278B95

Black with #278B95

Text Example


Text Example

White with #278B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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