Html Css Color HEX #278690 Java

📋 copy color: '#278690'

red 39 ◦ green 134 ◦ blue 144

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

Shades of Java #278690

Tints of Java #278690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.27%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 12.3%
G = 42.27%
B = 45.43%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#278690 (or 0x278690) is known color: Java. HEX triplet: 27, 86 and 90. RGB value is (39,134,144). Sum of RGB (Red+Green+Blue) = 39+134+144=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #278690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278690 is #D8796F. Grayscale: #6A6A6A. Windows color (decimal): -14186864 or 9471527. OLE color: 9471527.

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

Color convert

RGB 39 134 144 -
CMYK 0.73 0.07 0 0.44
HSL 185.71º 0.57% 0.36% -
HSV(B) 185.71º 0.73% 0.56% -
XYZ 14.4 19.5 29.39 -
YUV 106.74 149.03 79.69 -
System Red Green Blue C M Y K H S L
Decimal 39 134 144 0.73 0.07 0 0.44 185.71 0.57 0.36
Hex 27 86 90 49 7 0 2C BA 39 24
Octal 47 206 220 111 7 0 54 272 71 44
Binary 100111 10000110 10010000 1001001 111 0 101100 10111010 111001 100100

Color Harmonies of #278690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278690

Black with #278690

Text Example


Text Example

White with #278690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278690; }

 p { color: rgb(39,134,144); }

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

background-color css

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

 a { background-color: rgb(39,134,144); }

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

border-color css

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

 span { border-color: rgb(39,134,144); }

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