Html Css Color HEX #299386 Java

📋 copy color: '#299386'

red 41 ◦ green 147 ◦ blue 134

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

Shades of Java #299386

Tints of Java #299386

RGB

 RED value IS 41 (16.41% from 255) = 12.73%

 GREEN value IS 147 (57.81% from 255) = 45.65%

 BLUE value IS 134 (52.73% from 255) = 41.61%

R = 12.73%
G = 45.65%
B = 41.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#299386 (or 0x299386) is known color: Java. HEX triplet: 29, 93 and 86. RGB value is (41,147,134). Sum of RGB (Red+Green+Blue) = 41+147+134=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #299386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299386 is #D66C79. Grayscale: #717171. Windows color (decimal): -14052474 or 8819497. OLE color: 8819497.

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

Color convert

RGB 41 147 134 -
CMYK 0.72 0 0.09 0.42
HSL 172.64º 0.56% 0.37% -
HSV(B) 172.64º 0.72% 0.58% -
XYZ 15.65 23.06 26.18 -
YUV 113.82 139.38 76.06 -
System Red Green Blue C M Y K H S L
Decimal 41 147 134 0.72 0 0.09 0.42 172.64 0.56 0.37
Hex 29 93 86 48 0 9 2A AD 38 25
Octal 51 223 206 110 0 11 52 255 70 45
Binary 101001 10010011 10000110 1001000 0 1001 101010 10101101 111000 100101

Color Harmonies of #299386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299386

Black with #299386

Text Example


Text Example

White with #299386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299386; }

 p { color: rgb(41,147,134); }

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

background-color css

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

 a { background-color: rgb(41,147,134); }

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

border-color css

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

 span { border-color: rgb(41,147,134); }

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