Html Css Color HEX #278B93 Java

📋 copy color: '#278B93'

red 39 ◦ green 139 ◦ blue 147

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

Shades of Java #278B93

Tints of Java #278B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 12%
G = 42.77%
B = 45.23%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#278B93 (or 0x278B93) is known color: Java. HEX triplet: 27, 8B and 93. RGB value is (39,139,147). Sum of RGB (Red+Green+Blue) = 39+139+147=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #278B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B93 is #D8746C. Grayscale: #6D6D6D. Windows color (decimal): -14185581 or 9669415. OLE color: 9669415.

HSL color Cylindrical-coordinate representation of color #278B93: hue angle of 184.44º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278B93 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 139 147 -
CMYK 0.73 0.05 0 0.42
HSL 184.44º 0.58% 0.36% -
HSV(B) 184.44º 0.73% 0.58% -
XYZ 15.34 21 30.85 -
YUV 110.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 39 139 147 0.73 0.05 0 0.42 184.44 0.58 0.36
Hex 27 8B 93 49 5 0 2A B8 3A 24
Octal 47 213 223 111 5 0 52 270 72 44
Binary 100111 10001011 10010011 1001001 101 0 101010 10111000 111010 100100

Color Harmonies of #278B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278B93

Black with #278B93

Text Example


Text Example

White with #278B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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