Html Css Color HEX #299598 Java

📋 copy color: '#299598'

red 41 ◦ green 149 ◦ blue 152

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

Shades of Java #299598

Tints of Java #299598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.57%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 11.99%
G = 43.57%
B = 44.44%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#299598 (or 0x299598) is known color: Java. HEX triplet: 29, 95 and 98. RGB value is (41,149,152). Sum of RGB (Red+Green+Blue) = 41+149+152=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #299598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299598 is #D66A67. Grayscale: #747474. Windows color (decimal): -14051944 or 9999657. OLE color: 9999657.

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

Color convert

RGB 41 149 152 -
CMYK 0.73 0.02 0 0.40
HSL 181.62º 0.58% 0.38% -
HSV(B) 181.62º 0.73% 0.6% -
XYZ 17.33 24.23 33.47 -
YUV 117.05 147.72 73.76 -
System Red Green Blue C M Y K H S L
Decimal 41 149 152 0.73 0.02 0 0.40 181.62 0.58 0.38
Hex 29 95 98 49 2 0 28 B6 3A 26
Octal 51 225 230 111 2 0 50 266 72 46
Binary 101001 10010101 10011000 1001001 10 0 101000 10110110 111010 100110

Color Harmonies of #299598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299598

Black with #299598

Text Example


Text Example

White with #299598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299598; }

 p { color: rgb(41,149,152); }

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

background-color css

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

 a { background-color: rgb(41,149,152); }

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

border-color css

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

 span { border-color: rgb(41,149,152); }

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