Html Css Color HEX #278990 Java

📋 copy color: '#278990'

red 39 ◦ green 137 ◦ blue 144

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

Shades of Java #278990

Tints of Java #278990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

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

R = 12.19%
G = 42.81%
B = 45%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#278990 (or 0x278990) is known color: Java. HEX triplet: 27, 89 and 90. RGB value is (39,137,144). Sum of RGB (Red+Green+Blue) = 39+137+144=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #278990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278990 is #D8766F. Grayscale: #6C6C6C. Windows color (decimal): -14186096 or 9472295. OLE color: 9472295.

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

Color convert

RGB 39 137 144 -
CMYK 0.73 0.05 0 0.44
HSL 184º 0.57% 0.36% -
HSV(B) 184º 0.73% 0.56% -
XYZ 14.82 20.34 29.53 -
YUV 108.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 39 137 144 0.73 0.05 0 0.44 184 0.57 0.36
Hex 27 89 90 49 5 0 2C B8 39 24
Octal 47 211 220 111 5 0 54 270 71 44
Binary 100111 10001001 10010000 1001001 101 0 101100 10111000 111001 100100

Color Harmonies of #278990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278990

Black with #278990

Text Example


Text Example

White with #278990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278990; }

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

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

background-color css

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

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

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

border-color css

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

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

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