Html Css Color HEX #278C96 Java

📋 copy color: '#278C96'

red 39 ◦ green 140 ◦ blue 150

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

Shades of Java #278C96

Tints of Java #278C96

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.55%

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 11.85%
G = 42.55%
B = 45.59%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#278C96 (or 0x278C96) is known color: Java. HEX triplet: 27, 8C and 96. RGB value is (39,140,150). Sum of RGB (Red+Green+Blue) = 39+140+150=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #278C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278C96 is #D87369. Grayscale: #6E6E6E. Windows color (decimal): -14185322 or 9866279. OLE color: 9866279.

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

Color convert

RGB 39 140 150 -
CMYK 0.74 0.07 0 0.41
HSL 185.41º 0.59% 0.37% -
HSV(B) 185.41º 0.74% 0.59% -
XYZ 15.72 21.39 32.15 -
YUV 110.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 39 140 150 0.74 0.07 0 0.41 185.41 0.59 0.37
Hex 27 8C 96 4A 7 0 29 B9 3B 25
Octal 47 214 226 112 7 0 51 271 73 45
Binary 100111 10001100 10010110 1001010 111 0 101001 10111001 111011 100101

Color Harmonies of #278C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278C96

Black with #278C96

Text Example


Text Example

White with #278C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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