Html Css Color HEX #27858F Java

📋 copy color: '#27858F'

red 39 ◦ green 133 ◦ blue 143

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

Shades of Java #27858F

Tints of Java #27858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.4%

R = 12.38%
G = 42.22%
B = 45.4%

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

#27858F (or 0x27858F) is known color: Java. HEX triplet: 27, 85 and 8F. RGB value is (39,133,143). Sum of RGB (Red+Green+Blue) = 39+133+143=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #27858F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27858F is #D87A70. Grayscale: #696969. Windows color (decimal): -14187121 or 9405735. OLE color: 9405735.

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

Color convert

RGB 39 133 143 -
CMYK 0.73 0.07 0 0.44
HSL 185.77º 0.57% 0.36% -
HSV(B) 185.77º 0.73% 0.56% -
XYZ 14.18 19.19 28.94 -
YUV 106.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 39 133 143 0.73 0.07 0 0.44 185.77 0.57 0.36
Hex 27 85 8F 49 7 0 2C BA 39 24
Octal 47 205 217 111 7 0 54 272 71 44
Binary 100111 10000101 10001111 1001001 111 0 101100 10111010 111001 100100

Color Harmonies of #27858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27858F

Black with #27858F

Text Example


Text Example

White with #27858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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