Html Css Color HEX #299488 Java

📋 copy color: '#299488'

red 41 ◦ green 148 ◦ blue 136

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

Shades of Java #299488

Tints of Java #299488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 12.62%
G = 45.54%
B = 41.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#299488 (or 0x299488) is known color: Java. HEX triplet: 29, 94 and 88. RGB value is (41,148,136). Sum of RGB (Red+Green+Blue) = 41+148+136=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #299488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299488 is #D66B77. Grayscale: #727272. Windows color (decimal): -14052216 or 8950825. OLE color: 8950825.

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

Color convert

RGB 41 148 136 -
CMYK 0.72 0 0.08 0.42
HSL 173.27º 0.57% 0.37% -
HSV(B) 173.27º 0.72% 0.58% -
XYZ 15.95 23.43 26.97 -
YUV 114.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 41 148 136 0.72 0 0.08 0.42 173.27 0.57 0.37
Hex 29 94 88 48 0 8 2A AD 39 25
Octal 51 224 210 110 0 10 52 255 71 45
Binary 101001 10010100 10001000 1001000 0 1000 101010 10101101 111001 100101

Color Harmonies of #299488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299488

Black with #299488

Text Example


Text Example

White with #299488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299488; }

 p { color: rgb(41,148,136); }

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

background-color css

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

 a { background-color: rgb(41,148,136); }

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

border-color css

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

 span { border-color: rgb(41,148,136); }

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