#299093

Color #299093 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #299093

Tints of Java #299093

Color information

#299093 (or 0x299093) is unknown color: approx Java. HEX triplet: 29, 90 and 93. RGB value is (41,144,147). Sum of RGB (Red+Green+Blue) = 41+144+147=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #299093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299093 is #D66F6C. Grayscale: #717171. Windows color (decimal): -14053229 or 9670697. OLE color: 9670697.

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

Color convert

RGB41144147-
CMYK0.720.0200.42
HSL181.7º56.38%36.86%-
HSV(B)181.7º72.11%57.65%-
XYZ16.1522.5231.1-
YUV113.54146.8876.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=12.35%
G=43.37%
B=44.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411441470.720.0200.42181.756.3836.86
Hex29909348202Ab63825
Octal5122022311020522667045
Binary1010011001000010010011100100010010101010110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299093; }

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

 H1.HeaderClassName
 {
   color: #299093;
 }
 .AnyTagClassName
 {
   color: #299093;
 }
</style>
background-color css

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

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

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

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

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

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