Html Css Color HEX #27858D Java

📋 copy color: '#27858D'

red 39 ◦ green 133 ◦ blue 141

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

Shades of Java #27858D

Tints of Java #27858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 12.46%
G = 42.49%
B = 45.05%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27858D (or 0x27858D) is known color: Java. HEX triplet: 27, 85 and 8D. RGB value is (39,133,141). Sum of RGB (Red+Green+Blue) = 39+133+141=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #27858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27858D is #D87A72. Grayscale: #696969. Windows color (decimal): -14187123 or 9274663. OLE color: 9274663.

HSL color Cylindrical-coordinate representation of color #27858D: hue angle of 184.71º degrees, saturation: 0.57, 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 #27858D is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 133 141 -
CMYK 0.72 0.06 0 0.45
HSL 184.71º 0.57% 0.35% -
HSV(B) 184.71º 0.72% 0.55% -
XYZ 14.03 19.13 28.15 -
YUV 105.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 39 133 141 0.72 0.06 0 0.45 184.71 0.57 0.35
Hex 27 85 8D 48 6 0 2D B9 39 23
Octal 47 205 215 110 6 0 55 271 71 43
Binary 100111 10000101 10001101 1001000 110 0 101101 10111001 111001 100011

Color Harmonies of #27858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27858D

Black with #27858D

Text Example


Text Example

White with #27858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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