#309293

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

Shades of Java #309293

Tints of Java #309293

Color information

#309293 (or 0x309293) is unknown color: approx Java. HEX triplet: 30, 92 and 93. RGB value is (48,146,147). Sum of RGB (Red+Green+Blue) = 48+146+147=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #309293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309293 is #CF6D6C. Grayscale: #747474. Windows color (decimal): -13593965 or 9671216. OLE color: 9671216.

HSL color Cylindrical-coordinate representation of color #309293: hue angle of 180.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309293 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48146147-
CMYK0.670.0100.42
HSL180.61º50.77%38.24%-
HSV(B)180.61º67.35%57.65%-
XYZ16.7623.2931.22-
YUV116.81145.0378.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.08%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=14.08%
G=42.82%
B=43.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481461470.670.0100.42180.6150.7738.24
Hex30929343102Ab53326
Octal6022222310310522656346
Binary110000100100101001001110000111010101010110101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309293; }

 p { color: rgb(48,146,147); }

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

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

 a { background-color: rgb(48,146,147); }

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

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

 span { border-color: rgb(48,146,147); }

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