#309296

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

Shades of Java #309296

Tints of Java #309296

Color information

#309296 (or 0x309296) is unknown color: approx Java. HEX triplet: 30, 92 and 96. RGB value is (48,146,150). Sum of RGB (Red+Green+Blue) = 48+146+150=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #309296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309296 is #CF6D69. Grayscale: #757575. Windows color (decimal): -13593962 or 9867824. OLE color: 9867824.

HSL color Cylindrical-coordinate representation of color #309296: hue angle of 182.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309296 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48146150-
CMYK0.680.0300.41
HSL182.35º51.52%38.82%-
HSV(B)182.35º68%58.82%-
XYZ1723.3932.47-
YUV117.15146.5378.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.95%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=13.95%
G=42.44%
B=43.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481461500.680.0300.41182.3551.5238.82
Hex309296443029b63427
Octal6022222610430512666447
Binary1100001001001010010110100010011010100110110110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309296; }

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

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

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

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

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

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

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

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