#309092

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

Shades of Java #309092

Tints of Java #309092

Color information

#309092 (or 0x309092) is unknown color: approx Java. HEX triplet: 30, 90 and 92. RGB value is (48,144,146). Sum of RGB (Red+Green+Blue) = 48+144+146=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #309092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309092 is #CF6F6D. Grayscale: #737373. Windows color (decimal): -13594478 or 9605168. OLE color: 9605168.

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

Color convert

RGB48144146-
CMYK0.670.0100.43
HSL181.22º50.52%38.04%-
HSV(B)181.22º67.12%57.25%-
XYZ16.3822.6530.7-
YUV115.52145.279.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=14.20%
G=42.60%
B=43.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481441460.670.0100.43181.2250.5238.04
Hex30909243102Bb53326
Octal6022022210310532656346
Binary110000100100001001001010000111010101110110101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309092; }

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

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

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

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

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

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

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

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