Html Css Color HEX #27868E Java

📋 copy color: '#27868E'

red 39 ◦ green 134 ◦ blue 142

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

Shades of Java #27868E

Tints of Java #27868E

RGB

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

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

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

R = 12.38%
G = 42.54%
B = 45.08%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27868E (or 0x27868E) is known color: Java. HEX triplet: 27, 86 and 8E. RGB value is (39,134,142). Sum of RGB (Red+Green+Blue) = 39+134+142=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #27868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27868E is #D87971. Grayscale: #6A6A6A. Windows color (decimal): -14186866 or 9340455. OLE color: 9340455.

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

Color convert

RGB 39 134 142 -
CMYK 0.73 0.06 0 0.44
HSL 184.66º 0.57% 0.35% -
HSV(B) 184.66º 0.73% 0.56% -
XYZ 14.24 19.43 28.59 -
YUV 106.51 148.03 79.85 -
System Red Green Blue C M Y K H S L
Decimal 39 134 142 0.73 0.06 0 0.44 184.66 0.57 0.35
Hex 27 86 8E 49 6 0 2C B9 39 23
Octal 47 206 216 111 6 0 54 271 71 43
Binary 100111 10000110 10001110 1001001 110 0 101100 10111001 111001 100011

Color Harmonies of #27868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27868E

Black with #27868E

Text Example


Text Example

White with #27868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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