Html Css Color HEX #299099 Java

📋 copy color: '#299099'

red 41 ◦ green 144 ◦ blue 153

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

Shades of Java #299099

Tints of Java #299099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 12.13%
G = 42.6%
B = 45.27%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#299099 (or 0x299099) is known color: Java. HEX triplet: 29, 90 and 99. RGB value is (41,144,153). Sum of RGB (Red+Green+Blue) = 41+144+153=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #299099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299099 is #D66F66. Grayscale: #727272. Windows color (decimal): -14053223 or 10063913. OLE color: 10063913.

HSL color Cylindrical-coordinate representation of color #299099: hue angle of 184.82º 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 #299099 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 144 153 -
CMYK 0.73 0.06 0 0.4
HSL 184.82º 0.58% 0.38% -
HSV(B) 184.82º 0.73% 0.6% -
XYZ 16.64 22.72 33.65 -
YUV 114.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 41 144 153 0.73 0.06 0 0.4 184.82 0.58 0.38
Hex 29 90 99 49 6 0 28 B9 3A 26
Octal 51 220 231 111 6 0 50 271 72 46
Binary 101001 10010000 10011001 1001001 110 0 101000 10111001 111010 100110

Color Harmonies of #299099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299099

Black with #299099

Text Example


Text Example

White with #299099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299099; }

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

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

background-color css

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

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

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

border-color css

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

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

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