Html Css Color HEX #279495 Java

📋 copy color: '#279495'

red 39 ◦ green 148 ◦ blue 149

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

Shades of Java #279495

Tints of Java #279495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 11.61%
G = 44.05%
B = 44.35%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#279495 (or 0x279495) is known color: Java. HEX triplet: 27, 94 and 95. RGB value is (39,148,149). Sum of RGB (Red+Green+Blue) = 39+148+149=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #279495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279495 is #D86B6A. Grayscale: #737373. Windows color (decimal): -14183275 or 9802791. OLE color: 9802791.

HSL color Cylindrical-coordinate representation of color #279495: hue angle of 180.55º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279495 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 148 149 -
CMYK 0.74 0.01 0 0.42
HSL 180.55º 0.59% 0.37% -
HSV(B) 180.55º 0.74% 0.58% -
XYZ 16.85 23.78 32.14 -
YUV 115.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 39 148 149 0.74 0.01 0 0.42 180.55 0.59 0.37
Hex 27 94 95 4A 1 0 2A B5 3B 25
Octal 47 224 225 112 1 0 52 265 73 45
Binary 100111 10010100 10010101 1001010 1 0 101010 10110101 111011 100101

Color Harmonies of #279495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279495

Black with #279495

Text Example


Text Example

White with #279495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279495; }

 p { color: rgb(39,148,149); }

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

background-color css

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

 a { background-color: rgb(39,148,149); }

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

border-color css

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

 span { border-color: rgb(39,148,149); }

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