#309993

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

Shades of Java #309993

Tints of Java #309993

Color information

#309993 (or 0x309993) is unknown color: approx Java. HEX triplet: 30, 99 and 93. RGB value is (48,153,147). Sum of RGB (Red+Green+Blue) = 48+153+147=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #309993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309993 is #CF666C. Grayscale: #787878. Windows color (decimal): -13592173 or 9673008. OLE color: 9673008.

HSL color Cylindrical-coordinate representation of color #309993: hue angle of 176.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309993 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB48153147-
CMYK0.6900.040.4
HSL176.57º52.24%39.41%-
HSV(B)176.57º68.63%60%-
XYZ17.8825.5231.59-
YUV120.92142.7175.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=13.79%
G=43.97%
B=42.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481531470.6900.040.4176.5752.2439.41
Hex309993450428b13427
Octal6023122310504502616447
Binary11000010011001100100111000101010010100010110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309993; }

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

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

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

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

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

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

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

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