Html Css Color HEX #27848E Java

📋 copy color: '#27848E'

red 39 ◦ green 132 ◦ blue 142

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

Shades of Java #27848E

Tints of Java #27848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 142 (55.86% from 255) = 45.37%

R = 12.46%
G = 42.17%
B = 45.37%

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

#27848E (or 0x27848E) is known color: Java. HEX triplet: 27, 84 and 8E. RGB value is (39,132,142). Sum of RGB (Red+Green+Blue) = 39+132+142=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #27848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27848E is #D87B71. Grayscale: #696969. Windows color (decimal): -14187378 or 9339943. OLE color: 9339943.

HSL color Cylindrical-coordinate representation of color #27848E: hue angle of 185.83º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27848E is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 132 142 -
CMYK 0.73 0.07 0 0.44
HSL 185.83º 0.57% 0.35% -
HSV(B) 185.83º 0.73% 0.56% -
XYZ 13.97 18.89 28.5 -
YUV 105.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 39 132 142 0.73 0.07 0 0.44 185.83 0.57 0.35
Hex 27 84 8E 49 7 0 2C BA 39 23
Octal 47 204 216 111 7 0 54 272 71 43
Binary 100111 10000100 10001110 1001001 111 0 101100 10111010 111001 100011

Color Harmonies of #27848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27848E

Black with #27848E

Text Example


Text Example

White with #27848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27848E; }

 p { color: rgb(39,132,142); }

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

background-color css

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

 a { background-color: rgb(39,132,142); }

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

border-color css

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

 span { border-color: rgb(39,132,142); }

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