#30969B

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

Shades of Java #30969B

Tints of Java #30969B

Color information

#30969B (or 0x30969B) is unknown color: approx Java. HEX triplet: 30, 96 and 9B. RGB value is (48,150,155). Sum of RGB (Red+Green+Blue) = 48+150+155=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #30969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30969B is #CF6964. Grayscale: #777777. Windows color (decimal): -13592933 or 10196528. OLE color: 10196528.

HSL color Cylindrical-coordinate representation of color #30969B: hue angle of 182.8º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30969B is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48150155-
CMYK0.690.0300.39
HSL182.8º52.71%39.8%-
HSV(B)182.8º69.03%60.78%-
XYZ18.0424.8134.85-
YUV120.07147.7176.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.60%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=13.60%
G=42.49%
B=43.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481501550.690.0300.39182.852.7139.8
Hex30969B453027b73528
Octal6022623310530472676550
Binary1100001001011010011011100010111010011110110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30969B; }

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

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

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

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

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

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

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

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