Html Css Color HEX #27858C Java

📋 copy color: '#27858C'

red 39 ◦ green 133 ◦ blue 140

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

Shades of Java #27858C

Tints of Java #27858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 12.5%
G = 42.63%
B = 44.87%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27858C (or 0x27858C) is known color: Java. HEX triplet: 27, 85 and 8C. RGB value is (39,133,140). Sum of RGB (Red+Green+Blue) = 39+133+140=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #27858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27858C is #D87A73. Grayscale: #696969. Windows color (decimal): -14187124 or 9209127. OLE color: 9209127.

HSL color Cylindrical-coordinate representation of color #27858C: hue angle of 184.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27858C is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 133 140 -
CMYK 0.72 0.05 0 0.45
HSL 184.16º 0.56% 0.35% -
HSV(B) 184.16º 0.72% 0.55% -
XYZ 13.96 19.1 27.76 -
YUV 105.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 39 133 140 0.72 0.05 0 0.45 184.16 0.56 0.35
Hex 27 85 8C 48 5 0 2D B8 38 23
Octal 47 205 214 110 5 0 55 270 70 43
Binary 100111 10000101 10001100 1001000 101 0 101101 10111000 111000 100011

Color Harmonies of #27858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27858C

Black with #27858C

Text Example


Text Example

White with #27858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27858C; }

 p { color: rgb(39,133,140); }

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

background-color css

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

 a { background-color: rgb(39,133,140); }

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

border-color css

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

 span { border-color: rgb(39,133,140); }

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