Html Css Color HEX #299399 Java

📋 copy color: '#299399'

red 41 ◦ green 147 ◦ blue 153

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

Shades of Java #299399

Tints of Java #299399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 12.02%
G = 43.11%
B = 44.87%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#299399 (or 0x299399) is known color: Java. HEX triplet: 29, 93 and 99. RGB value is (41,147,153). Sum of RGB (Red+Green+Blue) = 41+147+153=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #299399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299399 is #D66C66. Grayscale: #737373. Windows color (decimal): -14052455 or 10064681. OLE color: 10064681.

HSL color Cylindrical-coordinate representation of color #299399: hue angle of 183.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299399 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 147 153 -
CMYK 0.73 0.04 0 0.4
HSL 183.21º 0.58% 0.38% -
HSV(B) 183.21º 0.73% 0.6% -
XYZ 17.1 23.64 33.8 -
YUV 115.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 41 147 153 0.73 0.04 0 0.4 183.21 0.58 0.38
Hex 29 93 99 49 4 0 28 B7 3A 26
Octal 51 223 231 111 4 0 50 267 72 46
Binary 101001 10010011 10011001 1001001 100 0 101000 10110111 111010 100110

Color Harmonies of #299399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299399

Black with #299399

Text Example


Text Example

White with #299399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299399; }

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

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

background-color css

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

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

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

border-color css

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

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

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