Html Css Color HEX #278F8C Java

📋 copy color: '#278F8C'

red 39 ◦ green 143 ◦ blue 140

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

Shades of Java #278F8C

Tints of Java #278F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 12.11%
G = 44.41%
B = 43.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#278F8C (or 0x278F8C) is known color: Java. HEX triplet: 27, 8F and 8C. RGB value is (39,143,140). Sum of RGB (Red+Green+Blue) = 39+143+140=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #278F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278F8C is #D87073. Grayscale: #6F6F6F. Windows color (decimal): -14184564 or 9211687. OLE color: 9211687.

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

Color convert

RGB 39 143 140 -
CMYK 0.73 0 0.02 0.44
HSL 178.27º 0.57% 0.36% -
HSV(B) 178.27º 0.73% 0.56% -
XYZ 15.39 21.97 28.24 -
YUV 111.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 39 143 140 0.73 0 0.02 0.44 178.27 0.57 0.36
Hex 27 8F 8C 49 0 2 2C B2 39 24
Octal 47 217 214 111 0 2 54 262 71 44
Binary 100111 10001111 10001100 1001001 0 10 101100 10110010 111001 100100

Color Harmonies of #278F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278F8C

Black with #278F8C

Text Example


Text Example

White with #278F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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